From d5deb813556f6fcd43d3e53a8c566dddcee3ec8a Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 2 Feb 2009 10:01:56 -0600 Subject: *Fix broken execute. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 62dc2b64864..438b9cd2290 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1285,7 +1285,7 @@ void Spell::EffectDummy(uint32 i) spell_id = 20647; bp = damage+int32(m_caster->GetPower(POWER_RAGE) * m_spellInfo->DmgMultiplier[i]); m_caster->SetPower(POWER_RAGE,0); - return; + break; } if(m_spellInfo->Id==21977) //Warrior's Wrath { -- cgit v1.2.3