[10294] Add dummy aura effect of spell 47190 (part w/ buff(transform))

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-07-30 19:16:04 +02:00
parent 25d9fd265b
commit 767032029f
2 changed files with 5 additions and 1 deletions

View file

@ -1992,6 +1992,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
// not use ammo and not allow use // not use ammo and not allow use
((Player*)target)->RemoveAmmo(); ((Player*)target)->RemoveAmmo();
return; return;
case 47190: // Toalu'u's Spiritual Incense
target->CastSpell(target, 47189, true, NULL, this);
// allow script to process further (text)
break;
case 48025: // Headless Horseman's Mount case 48025: // Headless Horseman's Mount
Spell::SelectMountByAreaAndSkill(target, 51621, 48024, 51617, 48023, 0); Spell::SelectMountByAreaAndSkill(target, 51621, 48024, 51617, 48023, 0);
return; return;

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10293" #define REVISION_NR "10294"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__