diff options
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |