diff options
author | win32 <none@none> | 2009-12-18 11:28:12 +0200 |
---|---|---|
committer | win32 <none@none> | 2009-12-18 11:28:12 +0200 |
commit | 0b410e3ed4edfd448b06b744c82cd8182c803180 (patch) | |
tree | 3e39b85f5ccce3b2953ec049ae8fa98fb399eb07 /src | |
parent | 5384413b04ae5910d3f1ca609060e33ff846a50c (diff) |
restore work Glyph of Seal of Command
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index c3a633c5ffc..e6bd5b53ae2 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -3155,6 +3155,7 @@ void Spell::EffectEnergize(uint32 i) break; case 31930: // Judgements of the Wise case 63375: // Improved Stormstrike + case 68082: // Glyph of Seal of Command damage = damage * unitTarget->GetCreateMana() / 100; break; case 48542: // Revitalize |