summaryrefslogtreecommitdiff
path: root/src/net/eathena/mercenaryhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mercenaryhandler.cpp')
-rw-r--r--src/net/eathena/mercenaryhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/mercenaryhandler.cpp b/src/net/eathena/mercenaryhandler.cpp
index a6043100b..91749df7a 100644
--- a/src/net/eathena/mercenaryhandler.cpp
+++ b/src/net/eathena/mercenaryhandler.cpp
@@ -63,7 +63,7 @@ void MercenaryHandler::move(const int x, const int y) const
outMsg.writeBeingId(id, "mercenary id");
outMsg.writeCoordinates(CAST_U16(x),
CAST_U16(y),
- 0U, "position");
+ 1U, "position");
}
void MercenaryHandler::attack(const BeingId targetId,