diff options
| author | Machiavelli <none@none> | 2009-04-19 18:49:15 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-04-19 18:49:15 +0200 |
| commit | d363b6affa38d87a9305a12061812162ac5f758d (patch) | |
| tree | a737e35bfad7ac74974cbf44327c3f41ae1aa62a /src/game/SpellEffects.cpp | |
| parent | 99fc17d44fec12f31c55efd6b3f60c011baeb88a (diff) | |
| parent | 6baf53ad15e4454637e0399fa8dab15914383fc2 (diff) | |
Merge
--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 0022144e5b1..b92d69d6c1d 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: { |
