[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

@ -783,6 +783,7 @@ void AreaAura::Update(uint32 diff)
if (addedToExisting)
{
(*tIter)->AddAuraToModList(aur);
holder->SetInUse(true);
aur->ApplyModifier(true,true);
holder->SetInUse(false);