*Some work on vehicle.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-14 09:57:57 -05:00
parent c6d242c2b6
commit e192d8f39b
11 changed files with 160 additions and 12 deletions

View File

@@ -3918,7 +3918,7 @@ bool Unit::AddAura(Aura *Aur, bool handleEffects)
}
// update single target auras list (before aura add to aura list, to prevent unexpected remove recently added aura)
if (Aur->IsSingleTarget() && Aur->GetTarget())
if (Aur->IsSingleTarget())
{
// caster pointer can be deleted in time aura remove, find it by guid at each iteration
for(;;)