aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author_manuel_ <manue.l@live.com.ar>2010-05-16 11:03:47 -0300
committer_manuel_ <manue.l@live.com.ar>2010-05-16 11:03:47 -0300
commit4671e6fd9951f5298b46d7fe98aafcb376b4bc0d (patch)
tree35fc02452bdf6a82ff78401fa9b4fc2910c0c2b7 /src
parent80a5ddcac35451651fd674c912a2ee862737dde5 (diff)
Support for spell 51336 (Magic Pull).
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 73bbc257df2..72dc031189b 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -769,6 +769,10 @@ void Spell::EffectDummy(uint32 i)
{
switch (m_spellInfo->Id)
{
+ // Magic Pull
+ case 51336:
+ m_caster->CastSpell(unitTarget,50770,true);
+ break;
// Wrath of the Astromancer
case 42784:
{