aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-19 11:10:07 -0500
committermegamage <none@none>2009-04-19 11:10:07 -0500
commit0c27856ee4d26125b7e5cb2ca207449f218e1702 (patch)
tree63cdf3d0b7b3231c6f380c4acdc6fe66ff900b15 /src/game/SpellEffects.cpp
parenta23df5a270cd47ea3b4f433699b484c6c61a27e6 (diff)
parent6baf53ad15e4454637e0399fa8dab15914383fc2 (diff)
*Merge.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index f4f7ae2e78b..cd1471055cb 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4714,6 +4714,15 @@ void Spell::EffectScriptEffect(uint32 effIndex)
unitTarget->CastSpell(unitTarget, 44870, true);
break;
}
+ // Negative Energy
+ case 46289:
+ {
+ if(!unitTarget)
+ return;
+
+ m_caster->CastSpell(unitTarget, 46285, true);
+ break;
+ }
// Goblin Weather Machine
case 46203:
{