mirror of
https://github.com/mangosfour/server.git
synced 2025-12-29 07:37:05 +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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue