aboutsummaryrefslogtreecommitdiff
path: root/src/game/Creature.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r--src/game/Creature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp
index 623b13f9dd2..94aa3c2151c 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -1576,7 +1576,7 @@ bool Creature::canStartAttack(Unit const* who) const
|| !IsWithinDistInMap(who, GetAttackDistance(who)))
return false;
- if(!canAttack(who))
+ if(!canAttack(who, false))
return false;
return IsWithinLOSInMap(who);