diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-06 17:19:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-06 17:29:51 +0300 |
commit | 208da05ae612c118f1f6d91dca7bbd8670cf2897 (patch) | |
tree | f6e4395b08cce28ac52a20ba3dbe2b78322c652b /src/net/eathena/protocol.h | |
parent | 4a688fa73264495d6f0db661e6d3d5c4630ed6df (diff) | |
download | plus-208da05ae612c118f1f6d91dca7bbd8670cf2897.tar.gz plus-208da05ae612c118f1f6d91dca7bbd8670cf2897.tar.bz2 plus-208da05ae612c118f1f6d91dca7bbd8670cf2897.tar.xz plus-208da05ae612c118f1f6d91dca7bbd8670cf2897.zip |
eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531
and CMSG_SERVER_VERSION_REQUEST 0x7530
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index 4328941be..4645389ff 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -26,6 +26,8 @@ /********************************* * Packets from server to client * *********************************/ +#define SMSG_SERVER_VERSION_RESPONSE 0x7531 + #define SMSG_SERVER_PING 0x007f /**< Contains server tick */ #define SMSG_CONNECTION_PROBLEM 0x0081 #define SMSG_MAP_NOT_FOUND 0x0840 @@ -308,6 +310,8 @@ * Packets from client to server * **********************************/ +#define CMSG_SERVER_VERSION_REQUEST 0x7530 + #define CMSG_LOGIN_REGISTER 0x0064 #define CMSG_NAME_REQUEST 0x088a |