summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 01:57:06 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commitcfe330196739006e2718a02cf64210a59930fe98 (patch)
treea94f0d3ceedd19229e0399c0a1a0abf7a5decff1 /src/net/eathena/protocol.h
parente536c8ad413cafa4e6c6a81a8f61a3b6c1971a41 (diff)
downloadplus-cfe330196739006e2718a02cf64210a59930fe98.tar.gz
plus-cfe330196739006e2718a02cf64210a59930fe98.tar.bz2
plus-cfe330196739006e2718a02cf64210a59930fe98.tar.xz
plus-cfe330196739006e2718a02cf64210a59930fe98.zip
eathena: fix packet id CMSG_CLIENT_PING 0x035f.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 8f4268a85..619fef37a 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -200,7 +200,7 @@
#define CMSG_CHAR_CREATE_PIN 0x08ba
#define CMSG_MAP_SERVER_CONNECT 0x022d
-#define CMSG_CLIENT_PING 0x007e /**< Send to server with tick */
+#define CMSG_CLIENT_PING 0x035f /**< Send to server with tick */
#define CMSG_MAP_LOADED 0x007d
#define CMSG_CLIENT_QUIT 0x018A