[9901] Implement 71342 mount selection

This commit is contained in:
KillerFrca 2010-05-15 16:43:07 +03:00 committed by Laise
parent efba75312d
commit 5b5552112d

View file

@ -2308,6 +2308,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
if (m_target->GetTypeId() == TYPEID_PLAYER)
((Player*)m_target)->removeSpell(63680);
return;
case 71342: // Big Love Rocket
Spell::SelectMountByAreaAndSkill(m_target, 71344, 71345, 71346, 71347, 0);
return;
case 72286: // Invincible
Spell::SelectMountByAreaAndSkill(m_target, 72281, 72282, 72283, 72284, 0);
return;