[9522] Implement spells 58600 and 58601

This commit is contained in:
Derex 2010-03-05 06:02:28 +02:00
parent 24540e4b03
commit da30ea5ed8
4 changed files with 16 additions and 1 deletions

View file

@ -2475,6 +2475,14 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
m_target->CastSpell(m_target, 47287, true, NULL, this);
return;
}
case 58600: // Restricted Flight Area
{
// Remove Flight Auras
m_target->CastSpell(m_target, 58601, true);
// Parachute
m_target->CastSpell(m_target, 45472, true);
return;
}
}
// Living Bomb