diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:00:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:00:18 +0300 |
commit | f99ef6f9d8c6db8e9c772580f36a57f6afff564e (patch) | |
tree | c5a12944d09f49e88f1f6c1db27741c052c9c7d4 /src/net/eathena/protocol.h | |
parent | f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9 (diff) | |
download | plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.gz plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.bz2 plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.xz plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.zip |
eathena: add partial support for packet SMSG_CHAT_DESTROY 0x00d8.
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 db6e430b5..ab9de464a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -260,6 +260,7 @@ #define SMSG_CHAT_IGNORE_LIST 0x00d4 #define SMSG_CHAT_CREATE_ACK 0x00d6 #define SMSG_CHAT_DISPLAY 0x00d7 +#define SMSG_CHAT_DESTROY 0x00d8 #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_LEAVE 0x00dd #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 |