[11684] Hunter T7 4P Bonus

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Den 2011-06-27 16:27:35 +04:00 committed by VladimirMangos
parent 52b3f66b38
commit 9c186a25be
3 changed files with 13 additions and 1 deletions

View file

@ -9226,6 +9226,14 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply)
{
switch (GetId())
{
case 34074: // Aspect of the Viper
{
if (!apply || m_target->HasAura(60144)) // Viper Attack Speed
spellId1 = 61609; // Vicious Viper
else
return;
break;
}
case 19574: // Bestial Wrath - immunity
case 34471: // The Beast Within - immunity
{