diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 21:16:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 21:16:08 +0300 |
commit | 0295c338fcb43f10f6dbc664c0f86021464248c7 (patch) | |
tree | 872bb8b874e1b551b94f8ffa544d643ed9323592 /src/net/eathena/protocol.h | |
parent | 38315e4cc40ec0990b1e4f4e6d814fafdd064aae (diff) | |
download | plus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.gz plus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.bz2 plus-0295c338fcb43f10f6dbc664c0f86021464248c7.tar.xz plus-0295c338fcb43f10f6dbc664c0f86021464248c7.zip |
eathena: add partial support for packet SMSG_CHAT_ROLE_CHANGE 0x00e1.
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 a929d9d6b..0953b82d9 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -266,6 +266,7 @@ #define SMSG_CHAT_ADD_MEMBER 0x00dc #define SMSG_CHAT_LEAVE 0x00dd #define SMSG_CHAT_SETTINGS 0x00df +#define SMSG_CHAT_ROLE_CHANGE 0x00e1 #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 #define SMSG_MAIL_OPEN_WINDOW 0x0260 |