diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-01 01:57:06 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:54 +0300 |
commit | cfe330196739006e2718a02cf64210a59930fe98 (patch) | |
tree | a94f0d3ceedd19229e0399c0a1a0abf7a5decff1 /src/net | |
parent | e536c8ad413cafa4e6c6a81a8f61a3b6c1971a41 (diff) | |
download | plus-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')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
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 |