diff options
-rw-r--r-- | src/game/SpellEffects.cpp | 4 |
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: { |