aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/SpellEffects.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index b92d69d6c1d..c38f46d867b 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4840,6 +4840,13 @@ void Spell::EffectScriptEffect(uint32 effIndex)
}
// Force Cast - Portal Effect: Sunwell Isle
case 44876: unitTarget->CastSpell(unitTarget, 44870, true); break;
+ // spell of Brutallus - Stomp
+ case 45185:
+ {
+ if(unitTarget->HasAura(46394, 0)) // spell of Brutallus - Burn
+ unitTarget->RemoveAurasDueToSpell(46394);
+ break;
+ }
// Negative Energy
case 46289: m_caster->CastSpell(unitTarget, 46285, true); break;
//5,000 Gold