mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[11083] Add dummy aura effect of spell 52098
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
26dc35f356
commit
e3e6811740
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11082"
|
||||
#define REVISION_NR "11083"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue