diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-01 15:36:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-01 15:43:54 +0300 |
commit | 101c2a32bd0f059f2c3544d25e385c44a793a6a3 (patch) | |
tree | 71bf1d410fcf5c2d486d6c01e7167f5326fd141f /src/net/eathena/protocol.h | |
parent | c0ad5c77eed5b73f8e33708518a737e17d25f0f8 (diff) | |
download | plus-101c2a32bd0f059f2c3544d25e385c44a793a6a3.tar.gz plus-101c2a32bd0f059f2c3544d25e385c44a793a6a3.tar.bz2 plus-101c2a32bd0f059f2c3544d25e385c44a793a6a3.tar.xz plus-101c2a32bd0f059f2c3544d25e385c44a793a6a3.zip |
eathena: add partial support for packet SMSG_CHAR_BAN_CHAR_LIST 0x020d.
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 ac2024cf8..29228ec96 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -56,6 +56,7 @@ #define SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c #define SMSG_CHAR_MAP_INFO 0x0071 #define SMSG_CHAR_CHARACTERS 0x099d +#define SMSG_CHAR_BAN_CHAR_LIST 0x020d #define SMSG_CHAR_SWITCH_RESPONSE 0x00b3 #define SMSG_CHANGE_MAP_SERVER 0x0092 |