diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:50:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 19:50:16 +0300 |
commit | f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9 (patch) | |
tree | 02ccb9168898121cb5c17e148f67ca4cc8c0bccb /src/net/eathena/protocol.h | |
parent | cb77d9a3581105efadcedabcd7ad266bfdac0f62 (diff) | |
download | plus-f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9.tar.gz plus-f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9.tar.bz2 plus-f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9.tar.xz plus-f1a4060bf1e4a0c30e4f3a68731ac2e758f247e9.zip |
eathena: add partial support for packet SMSG_CHAT_CREATE_ACK 0x00d6.
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 25290b89f..db6e430b5 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -258,6 +258,7 @@ #define SMSG_PVP_INFO 0x0210 #define SMSG_CHAT_IGNORE_LIST 0x00d4 +#define SMSG_CHAT_CREATE_ACK 0x00d6 #define SMSG_CHAT_DISPLAY 0x00d7 #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_LEAVE 0x00dd |