mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10916] Implement dummy aura for spell 75973
This commit is contained in:
parent
e2a8c3a119
commit
f7d58220a5
2 changed files with 4 additions and 1 deletions
|
|
@ -2062,6 +2062,9 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
case 75614: // Celestial Steed
|
||||
Spell::SelectMountByAreaAndSkill(target, 75619, 75620, 75617, 75618, 76153);
|
||||
return;
|
||||
case 75973: // X-53 Touring Rocket
|
||||
Spell::SelectMountByAreaAndSkill(target, 0, 0, 75957, 75972, 76154);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue