[10255] Fix aura remove in Unit:: _UpdateSpells

This commit is contained in:
Laise 2010-07-24 12:55:59 +03:00
parent e3befa2072
commit dbf2d02762
2 changed files with 2 additions and 1 deletions

View file

@ -3328,6 +3328,7 @@ void Unit::_UpdateSpells( uint32 time )
{
RemoveSingleAuraFromSpellAuraHolder(holder, aura->GetEffIndex(), AURA_REMOVE_BY_EXPIRE);
removedAura = true;
break;
}
}
}