mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[10185] fix auras adding to previously added holder
This commit is contained in:
parent
40c7356290
commit
beff2a145c
6 changed files with 12 additions and 3 deletions
|
|
@ -1827,6 +1827,7 @@ bool Creature::LoadCreaturesAddon(bool reload)
|
|||
|
||||
if (addedToExisting)
|
||||
{
|
||||
AddAuraToModList(AdditionalAura);
|
||||
holder->SetInUse(true);
|
||||
AdditionalAura->ApplyModifier(true,true);
|
||||
holder->SetInUse(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue