[10185] fix auras adding to previously added holder

This commit is contained in:
Laise 2010-07-12 20:28:51 +03:00
parent 40c7356290
commit beff2a145c
6 changed files with 12 additions and 3 deletions

View file

@ -1827,6 +1827,7 @@ bool Creature::LoadCreaturesAddon(bool reload)
if (addedToExisting)
{
AddAuraToModList(AdditionalAura);
holder->SetInUse(true);
AdditionalAura->ApplyModifier(true,true);
holder->SetInUse(false);