diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-03 16:58:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-03 16:58:22 +0300 |
commit | c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3 (patch) | |
tree | f3aa10aacfe2fea2b11d1d385561c23fccbca8c7 /src/net/eathena/protocol.h | |
parent | 00e080c7230e68ec62ba30a32ac13fbafcab1946 (diff) | |
download | plus-c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3.tar.gz plus-c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3.tar.bz2 plus-c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3.tar.xz plus-c9e8b0ed6e3e193582eccd9b9bab6aeb3a0e37c3.zip |
eathena: add packet SMSG_MAP_TYPE 0x01d6.
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index d9c477033..a6b2be72d 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -254,6 +254,7 @@ #define SMSG_PVP_MAP_MODE 0x0199 #define SMSG_PVP_SET 0x019a #define SMSG_MAP_TYPE_PROPERTY2 0x099b +#define SMSG_MAP_TYPE 0x01d6 #define SMSG_IGNORE_ALL_RESPONSE 0x00d2 #define SMSG_ONLINE_LIST 0x0211 #define SMSG_NPC_COMMAND 0x0212 |