summaryrefslogtreecommitdiff
path: root/src/net/eathena/protocol.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-01 00:16:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-06 01:18:54 +0300
commitcf302132a1a1b7a9a05710f51ac4cdf20afa3f6b (patch)
tree988e1d5188549807485d37cb4ad04f98998e9dbf /src/net/eathena/protocol.h
parent173aab787e9ddfcbdd04c2f1e1e61fdb2e7eb5c5 (diff)
downloadplus-cf302132a1a1b7a9a05710f51ac4cdf20afa3f6b.tar.gz
plus-cf302132a1a1b7a9a05710f51ac4cdf20afa3f6b.tar.bz2
plus-cf302132a1a1b7a9a05710f51ac4cdf20afa3f6b.tar.xz
plus-cf302132a1a1b7a9a05710f51ac4cdf20afa3f6b.zip
eathena: fix packet id CMSG_MAP_SERVER_CONNECT 0x022d.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r--src/net/eathena/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h
index 60a10dbac..8f21b5738 100644
--- a/src/net/eathena/protocol.h
+++ b/src/net/eathena/protocol.h
@@ -199,7 +199,7 @@
#define CMSG_CHAR_DELETE 0x0068
#define CMSG_CHAR_CREATE_PIN 0x08ba
-#define CMSG_MAP_SERVER_CONNECT 0x0072
+#define CMSG_MAP_SERVER_CONNECT 0x022d
#define CMSG_CLIENT_PING 0x007e /**< Send to server with tick */
#define CMSG_MAP_LOADED 0x007d
#define CMSG_CLIENT_QUIT 0x018A