aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 84299185595..1896655b50f 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -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(;;)