summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-06 17:19:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-06 17:29:51 +0300
commit208da05ae612c118f1f6d91dca7bbd8670cf2897 (patch)
treef6e4395b08cce28ac52a20ba3dbe2b78322c652b /src/net/eathena/protocol.h
parent4a688fa73264495d6f0db661e6d3d5c4630ed6df (diff)
downloadplus-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.h4
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