diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-11 14:24:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-11 14:24:52 +0300 |
commit | 90135ee39f6d28d5a7e1cdc58c3a90533aa6fa25 (patch) | |
tree | 779635454474bd6bd4c17e0d3d29b3386a2cc5ca /src/net/eathena/protocol.h | |
parent | 06972c2281cc8d13834e022639699e2dc03cb639 (diff) | |
download | plus-90135ee39f6d28d5a7e1cdc58c3a90533aa6fa25.tar.gz plus-90135ee39f6d28d5a7e1cdc58c3a90533aa6fa25.tar.bz2 plus-90135ee39f6d28d5a7e1cdc58c3a90533aa6fa25.tar.xz plus-90135ee39f6d28d5a7e1cdc58c3a90533aa6fa25.zip |
eathena: add partial support for packet SMSG_CHAT_TALKIE_BOX 0x0191.
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 21f2b825d..da873bda8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -281,6 +281,7 @@ #define SMSG_CHAT_SETTINGS 0x00df #define SMSG_CHAT_ROLE_CHANGE 0x00e1 #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 +#define SMSG_CHAT_TALKIE_BOX 0x0191 #define SMSG_MAIL_OPEN_WINDOW 0x0260 |