From 3ad1c29aaef361d0a2a48b9314b17059a9a0b712 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sun, 26 Apr 2009 17:35:28 +0200 Subject: *Fix Brutallus' spell Burn. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') 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 -- cgit v1.2.3