aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 3489260eb84..a3a2e5c1690 100644
--- a/src/game/Creature.cpp
+++ b/src/game/Creature.cpp
@@ -2189,7 +2189,7 @@ bool Creature::_IsTargetAcceptable(const Unit *target) const
const Unit *myVictim = getAttackerForHelper();
// if I'm already fighting target, the target is acceptable
- if (myVictim == target)
+ if (myVictim == target || target->getVictim() == this)
return true;
// if I'm hostile towards the target, the target is acceptable