diff options
author | megamage <none@none> | 2009-02-02 10:01:56 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-02 10:01:56 -0600 |
commit | d5deb813556f6fcd43d3e53a8c566dddcee3ec8a (patch) | |
tree | 5793bbc9b1f6a6fe3914dbfde1ec2cccf3eb8dd6 | |
parent | 38c8fe6a41ff0883998248bd89d421d3808d6d0a (diff) |
*Fix broken execute.
--HG--
branch : trunk
-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 { |