diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:29:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-10 20:29:39 +0300 |
commit | 1bf045651a77b43f870236d7c64e05f47ca1861b (patch) | |
tree | deb543cf504fc933cd6e5e13502bb716f05af2d8 /src/net/eathena/protocol.h | |
parent | 3e3efc374b93e92fd23fd8193df32c9c2d70f00a (diff) | |
download | manaverse-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.gz manaverse-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.bz2 manaverse-1bf045651a77b43f870236d7c64e05f47ca1861b.tar.xz manaverse-1bf045651a77b43f870236d7c64e05f47ca1861b.zip |
eathena: add partial support for packet SMSG_CHAT_ADD_MEMBER 0x00dc.
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 77a27be38..e6535fda4 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -263,6 +263,7 @@ #define SMSG_CHAT_DESTROY 0x00d8 #define SMSG_CHAT_JOIN_FAILED 0x00da #define SMSG_CHAT_JOIN_ACK 0x00db +#define SMSG_CHAT_ADD_MEMBER 0x00dc #define SMSG_CHAT_LEAVE 0x00dd #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 |