From 61b4b86d28f162cef434d4371934aa02f23eb30e Mon Sep 17 00:00:00 2001 From: megamage Date: Sun, 9 Aug 2009 16:28:24 -0500 Subject: *Move beast within bonus auras to sql. --HG-- branch : trunk --- src/game/SpellAuras.cpp | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src') 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 ) { -- cgit v1.2.3