diff --git a/Source/Game/Entities/Creature/Creature.cs b/Source/Game/Entities/Creature/Creature.cs index d5462cc99..5ac23d37f 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -1621,6 +1621,7 @@ namespace Game.Entities SetLootRecipient(null); ResetPlayerDamageReq(); + SetCannotReachTarget(false); UpdateMovementFlags(); ClearUnitState(UnitState.AllState & ~UnitState.IgnorePathfinding);