diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:21:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:21:27 +0300 |
commit | 3e3efc374b93e92fd23fd8193df32c9c2d70f00a (patch) | |
tree | 1cd6502d7fac44aa14c367ed7bff11fc1ee9dfeb /src/net/eathena/protocol.h | |
parent | 6d2d4341e0e1ae538eacb1ab77a15e806597b4ea (diff) | |
download | plus-3e3efc374b93e92fd23fd8193df32c9c2d70f00a.tar.gz plus-3e3efc374b93e92fd23fd8193df32c9c2d70f00a.tar.bz2 plus-3e3efc374b93e92fd23fd8193df32c9c2d70f00a.tar.xz plus-3e3efc374b93e92fd23fd8193df32c9c2d70f00a.zip |
eathena: add partial support for packet SMSG_CHAT_JOIN_FAILED 0x00da.
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 ab9de464a..77a27be38 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -261,6 +261,7 @@ #define SMSG_CHAT_CREATE_ACK 0x00d6 #define SMSG_CHAT_DISPLAY 0x00d7 #define SMSG_CHAT_DESTROY 0x00d8 +#define SMSG_CHAT_JOIN_FAILED 0x00da #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_LEAVE 0x00dd #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 |