summaryrefslogtreecommitdiff
path: root/src/net/eathena/gamehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 18:06:53 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-05 18:06:53 +0300
commitf087e7797f16ef2698a49be643b89151c6d83a88 (patch)
treec54e7a15f61e4210e0093503e8f2507756521370 /src/net/eathena/gamehandler.cpp
parent35742eeead80cd713e5b418b9f701afe5edccee1 (diff)
downloadplus-f087e7797f16ef2698a49be643b89151c6d83a88.tar.gz
plus-f087e7797f16ef2698a49be643b89151c6d83a88.tar.bz2
plus-f087e7797f16ef2698a49be643b89151c6d83a88.tar.xz
plus-f087e7797f16ef2698a49be643b89151c6d83a88.zip
Rename packet CMSG_CLIENT_PING into CMSG_MAP_PING.
Diffstat (limited to 'src/net/eathena/gamehandler.cpp')
-rw-r--r--src/net/eathena/gamehandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/gamehandler.cpp b/src/net/eathena/gamehandler.cpp
index d1ff0f955..b8d0ecd8e 100644
--- a/src/net/eathena/gamehandler.cpp
+++ b/src/net/eathena/gamehandler.cpp
@@ -160,7 +160,7 @@ void GameHandler::quit() const
void GameHandler::ping(const int tick) const
{
- MessageOut msg(CMSG_CLIENT_PING);
+ MessageOut msg(CMSG_MAP_PING);
msg.writeInt32(tick, "tick");
}