diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index c303e5cdb11..6db5315ae5b 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4215,26 +4215,6 @@ void AuraEffect::HandleModMechanicImmunity(bool apply, bool Real, bool /*changeA } } } - - // The Beast Within and Bestial Wrath - immunity - if(GetId() == 19574 || GetId() == 34471) - { - if(apply) - { - m_target->CastSpell(m_target,24395,true, NULL, this); - m_target->CastSpell(m_target,24396,true, NULL, this); - m_target->CastSpell(m_target,24397,true, NULL, this); - m_target->CastSpell(m_target,26592,true, NULL, this); - } - else - { - m_target->RemoveAurasDueToSpell(24395); - m_target->RemoveAurasDueToSpell(24396); - m_target->RemoveAurasDueToSpell(24397); - m_target->RemoveAurasDueToSpell(26592); - } - } - // Heroic Fury (remove Intercept cooldown) else if( apply && GetId() == 60970 && m_target->GetTypeId() == TYPEID_PLAYER ) { |