mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[9901] Implement 71342 mount selection
This commit is contained in:
parent
efba75312d
commit
5b5552112d
1 changed files with 3 additions and 0 deletions
|
|
@ -2308,6 +2308,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
||||||
if (m_target->GetTypeId() == TYPEID_PLAYER)
|
if (m_target->GetTypeId() == TYPEID_PLAYER)
|
||||||
((Player*)m_target)->removeSpell(63680);
|
((Player*)m_target)->removeSpell(63680);
|
||||||
return;
|
return;
|
||||||
|
case 71342: // Big Love Rocket
|
||||||
|
Spell::SelectMountByAreaAndSkill(m_target, 71344, 71345, 71346, 71347, 0);
|
||||||
|
return;
|
||||||
case 72286: // Invincible
|
case 72286: // Invincible
|
||||||
Spell::SelectMountByAreaAndSkill(m_target, 72281, 72282, 72283, 72284, 0);
|
Spell::SelectMountByAreaAndSkill(m_target, 72281, 72282, 72283, 72284, 0);
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue