mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +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
|
case 75614: // Celestial Steed
|
||||||
Spell::SelectMountByAreaAndSkill(target, 75619, 75620, 75617, 75618, 76153);
|
Spell::SelectMountByAreaAndSkill(target, 75619, 75620, 75617, 75618, 76153);
|
||||||
return;
|
return;
|
||||||
|
case 75973: // X-53 Touring Rocket
|
||||||
|
Spell::SelectMountByAreaAndSkill(target, 0, 0, 75957, 75972, 76154);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10915"
|
#define REVISION_NR "10916"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue