mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
Support for spell 51336 (Magic Pull).
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user