[11083] Add dummy aura effect of spell 52098

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2011-01-30 00:15:54 +01:00
parent 26dc35f356
commit e3e6811740
2 changed files with 8 additions and 1 deletions

View file

@ -2319,6 +2319,13 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
return;
}
case 52098: // Charge Up
{
if (m_removeMode == AURA_REMOVE_BY_EXPIRE)
target->CastSpell(target, 52092, true, NULL, this);
return;
}
case 56511: // Towers of Certain Doom: Tower Bunny Smoke Flare Effect
{
// Towers of Certain Doom: Skorn Cannonfire

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11082"
#define REVISION_NR "11083"
#endif // __REVISION_NR_H__