aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-08-09 16:28:24 -0500
committermegamage <none@none>2009-08-09 16:28:24 -0500
commit61b4b86d28f162cef434d4371934aa02f23eb30e (patch)
treef1484c799f7fd566f935eadb6a4c827f9cdcb69c /src
parent2c4dad27db5d6e148970d6010e7dcc2440ddf36e (diff)
*Move beast within bonus auras to sql.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellAuras.cpp20
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 )
{