mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[10294] Add dummy aura effect of spell 47190 (part w/ buff(transform))
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
25d9fd265b
commit
767032029f
2 changed files with 5 additions and 1 deletions
|
|
@ -1992,6 +1992,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
// not use ammo and not allow use
|
||||
((Player*)target)->RemoveAmmo();
|
||||
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
|
||||
Spell::SelectMountByAreaAndSkill(target, 51621, 48024, 51617, 48023, 0);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10293"
|
||||
#define REVISION_NR "10294"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue