[10916] Implement dummy aura for spell 75973

This commit is contained in:
zergtmn 2010-12-24 18:48:08 +05:00
parent e2a8c3a119
commit f7d58220a5
2 changed files with 4 additions and 1 deletions

View file

@ -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;
}

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10915"
#define REVISION_NR "10916"
#endif // __REVISION_NR_H__