mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 10:37:06 +00:00
[9444] Add script call EffectAuraDummy, called at dummy aura(4) apply/remove
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
9f3b42d8ee
commit
24f2d4658f
6 changed files with 22 additions and 2 deletions
|
|
@ -2859,6 +2859,10 @@ void Aura::HandleAuraDummy(bool apply, bool Real)
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// script has to "handle with care", only use where data are not ok to use in the above code.
|
||||
if (m_target->GetTypeId() == TYPEID_UNIT)
|
||||
Script->EffectAuraDummy(this, apply);
|
||||
}
|
||||
|
||||
void Aura::HandleAuraMounted(bool apply, bool Real)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue