aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-02-02 10:01:56 -0600
committermegamage <none@none>2009-02-02 10:01:56 -0600
commitd5deb813556f6fcd43d3e53a8c566dddcee3ec8a (patch)
tree5793bbc9b1f6a6fe3914dbfde1ec2cccf3eb8dd6 /src
parent38c8fe6a41ff0883998248bd89d421d3808d6d0a (diff)
*Fix broken execute.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp2
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
{