From 208da05ae612c118f1f6d91dca7bbd8670cf2897 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Nov 2014 17:19:44 +0300 Subject: eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531 and CMSG_SERVER_VERSION_REQUEST 0x7530 --- src/net/eathena/protocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/eathena/protocol.h') 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 -- cgit v1.2.3-70-g09d2