diff --git a/src/creatures/creature.cpp b/src/creatures/creature.cpp index b0f0b446384..e9b674c54f5 100644 --- a/src/creatures/creature.cpp +++ b/src/creatures/creature.cpp @@ -1064,7 +1064,7 @@ bool Creature::setFollowCreature(std::shared_ptr creature) { onWalkAborted(); } - hasFollowPath = false; + hasFollowPath = true; forceUpdateFollowPath = false; m_followCreature = creature; isUpdatingPath = true;