diff options
author | megamage <none@none> | 2009-04-19 01:06:06 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-19 01:06:06 -0500 |
commit | a60d1867e15c44518a84a73ecc344eea7b048af1 (patch) | |
tree | 71df68d8612801b69e16f84dfc28b07ddfebdbe0 /src/game/SpellEffects.cpp | |
parent | 7f8cf6c5fe709d73e89d3ae5a1c85fec2f4618d1 (diff) |
*Fix spell Negative Energy (casted by Entropius).
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r-- | src/game/SpellEffects.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 2ee6c7032b3..13543892c02 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -4840,6 +4840,8 @@ void Spell::EffectScriptEffect(uint32 effIndex) } // Force Cast - Portal Effect: Sunwell Isle case 44876: unitTarget->CastSpell(unitTarget, 44870, true); break; + // Negative Energy + case 46289: m_caster->CastSpell(unitTarget, 46285, true); break; //5,000 Gold case 46642: { |