summaryrefslogtreecommitdiff
path: root/src/game-server/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/state.cpp')
-rw-r--r--src/game-server/state.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game-server/state.cpp b/src/game-server/state.cpp
index bcb93962..fa51972c 100644
--- a/src/game-server/state.cpp
+++ b/src/game-server/state.cpp
@@ -308,6 +308,7 @@ static void informPlayer(MapComposite *map, Character *p)
if (flags & MOVING_POSITION)
{
moveMsg.writeCoordinates(opos.x / 32, opos.y / 32);
+ moveMsg.writeByte(o->getSpeed() / 10);
}
if (flags & MOVING_DESTINATION)
{