diff --git a/src/otclient/core/creature.cpp b/src/otclient/core/creature.cpp index d6fa5d4a..cf45df24 100644 --- a/src/otclient/core/creature.cpp +++ b/src/otclient/core/creature.cpp @@ -235,8 +235,8 @@ void Creature::stopWalk() return; // reset walk animation states - updateWalkAnimation(0); - updateWalkOffset(0); + m_walkOffset = Point(0,0); + m_animation = 0; // stops the walk right away terminateWalk();