diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-19 14:46:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-19 14:46:46 +0300 |
commit | 2c2a9956f8271fc6a1ac0ff978ceb1c57403f849 (patch) | |
tree | 195aa4e30ccd75bf6667168d69ad01bf316fd7d6 /src/net/eathena/protocol.h | |
parent | 4560d6660217598df26631496ca666793b6be3f5 (diff) | |
download | plus-2c2a9956f8271fc6a1ac0ff978ceb1c57403f849.tar.gz plus-2c2a9956f8271fc6a1ac0ff978ceb1c57403f849.tar.bz2 plus-2c2a9956f8271fc6a1ac0ff978ceb1c57403f849.tar.xz plus-2c2a9956f8271fc6a1ac0ff978ceb1c57403f849.zip |
eathena: add partial support for packet SMSG_CHAT_LEAVE 0x00dd.
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 2dc33397a..16f0acb09 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -215,6 +215,7 @@ #define SMSG_CHAT_IGNORE_LIST 0x00d4 #define SMSG_CHAT_DISPLAY 0x00d7 #define SMSG_CHAT_JOIN_ACK 0x00db +#define SMSG_CHAT_LEAVE 0x00dd #define SMSG_MAIL_OPEN_WINDOW 0x0260 |