From 5b5552112d1f583e85f7f770ec0b80e0815f2d29 Mon Sep 17 00:00:00 2001 From: KillerFrca Date: Sat, 15 May 2010 16:43:07 +0300 Subject: [PATCH] [9901] Implement 71342 mount selection --- src/game/SpellAuras.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index fc05262e8..c0aecd87f 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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;