diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-18 22:46:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-18 22:53:08 +0300 |
commit | 48aff1ac90431f47fb82f40a7d23b980b512644b (patch) | |
tree | 9ab336e842b7b21842c702ef2bab9bd8d5fffa6a /src/net/eathena/protocol.h | |
parent | 0988e2f3c2fe46c2b2288707016d2a7f9f16b206 (diff) | |
download | plus-48aff1ac90431f47fb82f40a7d23b980b512644b.tar.gz plus-48aff1ac90431f47fb82f40a7d23b980b512644b.tar.bz2 plus-48aff1ac90431f47fb82f40a7d23b980b512644b.tar.xz plus-48aff1ac90431f47fb82f40a7d23b980b512644b.zip |
eathena: add partial support for packet SMSG_CHAT_DISPLAY 0x00d7.
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 0d3aa1e14..3bf1b08a8 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -213,6 +213,7 @@ #define SMSG_PVP_INFO 0x0210 #define SMSG_CHAT_IGNORE_LIST 0x00d4 +#define SMSG_CHAT_DISPLAY 0x00d7 #define SMSG_MAIL_OPEN_WINDOW 0x0260 |