diff --git a/src/otclient/core/creature.cpp b/src/otclient/core/creature.cpp index 899c242f..8a3913f9 100644 --- a/src/otclient/core/creature.cpp +++ b/src/otclient/core/creature.cpp @@ -492,6 +492,7 @@ void Creature::setDirection(Otc::Direction direction) void Creature::setOutfit(const Outfit& outfit) { + m_walkAnimationPhase = 0; // might happen when player is walking and outfit is changed. m_outfit = outfit; m_type = g_thingsType.getThingType(outfit.getId(), outfit.getCategory()); }