diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-22 12:26:55 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-22 12:26:55 +0300 |
commit | 95fdd4dab7a079eb67e98a02a8752631ce05dcab (patch) | |
tree | e62efbe4da4d1c21013b7cad8862d34253fbc2cb /src/net/eathena/protocol.h | |
parent | 0e7aa4918ba0a6dd94076e5f75725faabe483f69 (diff) | |
download | plus-95fdd4dab7a079eb67e98a02a8752631ce05dcab.tar.gz plus-95fdd4dab7a079eb67e98a02a8752631ce05dcab.tar.bz2 plus-95fdd4dab7a079eb67e98a02a8752631ce05dcab.tar.xz plus-95fdd4dab7a079eb67e98a02a8752631ce05dcab.zip |
eathena: add packet CMSG_CHAR_PING 0x0187.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index a8317c988..7ec70ff83 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -480,6 +480,7 @@ #define CMSG_MAP_SERVER_CONNECT 0x089c #define CMSG_MAP_PING 0x035f /**< Send to server with tick */ #define CMSG_LOGIN_PING 0x0200 +#define CMSG_CHAR_PING 0x0187 #define CMSG_MAP_LOADED 0x007d #define CMSG_CLIENT_QUIT 0x018A |