diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:32:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-03 20:32:25 +0300 |
commit | 9a62661a3b833f7f74f65c1733af8d3a25af9702 (patch) | |
tree | 13bd1fb55d4be5af266b3fb6a5a566c7e701649a /src/net/eathena/protocol.h | |
parent | a7f634fe64f9ec9064e59eee4338d58100f605fb (diff) | |
download | plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.gz plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.bz2 plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.tar.xz plus-9a62661a3b833f7f74f65c1733af8d3a25af9702.zip |
eathena: add packets CMSG_CHAT_JOIN_CHANNEL 0x0b07 and SMSG_CHAT_JOIN_CHANNEL 0x0b08
Diffstat (limited to 'src/net/eathena/protocol.h')
-rw-r--r-- | src/net/eathena/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index ccbf2ac19..7834b3c14 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -249,6 +249,7 @@ #define SMSG_CHAT_DISPLAY 0x00d7 #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_LEAVE 0x00dd +#define SMSG_CHAT_JOIN_CHANNEL 0x0b08 #define SMSG_MAIL_OPEN_WINDOW 0x0260 @@ -347,6 +348,7 @@ #define CMSG_CHAT_WHISPER 0x0096 #define CMSG_CHAT_WHO 0x00c1 #define CMSG_CHAT_JOIN 0x00d9 +#define CMSG_CHAT_JOIN_CHANNEL 0x0b07 #define CMSG_BATTLE_CHAT_MESSAGE 0x02db #define CMSG_CREAYE_CHAT_ROOM 0x00d5 |