diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-02 02:10:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:55 +0300 |
commit | 315367ce060371d8e2fec2d9f4894165dc238088 (patch) | |
tree | 74f0dd8119db0b2826f8ce42eabcacdfc66f5c9e /src/net/eathena/protocol.h | |
parent | 2fbf7747666bd9c33bc758f28e2d5e255e6abd02 (diff) | |
download | plus-315367ce060371d8e2fec2d9f4894165dc238088.tar.gz plus-315367ce060371d8e2fec2d9f4894165dc238088.tar.bz2 plus-315367ce060371d8e2fec2d9f4894165dc238088.tar.xz plus-315367ce060371d8e2fec2d9f4894165dc238088.zip |
eathena: add partial support for packet SMSG_MAP_TYPE_PROPERTY2 0x099b.
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 41bc22ba2..a1e8de2b8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -298,6 +298,7 @@ #define SMSG_BEING_IP_RESPONSE 0x020c #define SMSG_PVP_MAP_MODE 0x0199 #define SMSG_PVP_SET 0x019a +#define SMSG_MAP_TYPE_PROPERTY2 0x099b #define CMSG_IGNORE_ALL 0x00d0 #define SMSG_IGNORE_ALL_RESPONSE 0x00d2 #define CMSG_ONLINE_LIST 0x0210 |