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;