aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-13 14:36:50 +0200
committerQAston <none@none>2009-08-13 14:36:50 +0200
commitc8a3f95836c189f44b049476665db19ec0b59b7e (patch)
tree43d24792fc017d996ef0f573185c8f2dd58c8ff1 /src
parent02da8a41f7aad9e169e2491f8759143ee87bff54 (diff)
*Fix a typo in Spell::EffectEnergize.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index f4abd133620..4106c13645f 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -2915,6 +2915,7 @@ void Spell::EffectEnergize(uint32 i)
case 31930: // Judgements of the Wise
case 63375: // Improved Stormstrike
damage = damage * unitTarget->GetCreateMana() / 100;
+ break;
case 48542: // Revitalize
damage = damage * unitTarget->GetMaxPower(power) / 100;
break;