diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 21:03:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 21:03:04 +0300 |
commit | 38315e4cc40ec0990b1e4f4e6d814fafdd064aae (patch) | |
tree | 3f5fd2d9b5571b7f64b8a0bd32df9638d90749f4 /src/net/eathena/protocol.h | |
parent | 1bf045651a77b43f870236d7c64e05f47ca1861b (diff) | |
download | plus-38315e4cc40ec0990b1e4f4e6d814fafdd064aae.tar.gz plus-38315e4cc40ec0990b1e4f4e6d814fafdd064aae.tar.bz2 plus-38315e4cc40ec0990b1e4f4e6d814fafdd064aae.tar.xz plus-38315e4cc40ec0990b1e4f4e6d814fafdd064aae.zip |
eathena: add partial support for packet SMSG_CHAT_SETTINGS 0x00df.
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 e6535fda4..a929d9d6b 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -265,6 +265,7 @@ #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_ADD_MEMBER 0x00dc #define SMSG_CHAT_LEAVE 0x00dd +#define SMSG_CHAT_SETTINGS 0x00df #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 #define SMSG_MAIL_OPEN_WINDOW 0x0260 |