From f99ef6f9d8c6db8e9c772580f36a57f6afff564e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 10 Mar 2015 20:00:18 +0300 Subject: eathena: add partial support for packet SMSG_CHAT_DESTROY 0x00d8. --- src/net/eathena/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/protocol.h') diff --git a/src/net/eathena/protocol.h b/src/net/eathena/protocol.h index db6e430b5..ab9de464a 100644 --- a/src/net/eathena/protocol.h +++ b/src/net/eathena/protocol.h @@ -260,6 +260,7 @@ #define SMSG_CHAT_IGNORE_LIST 0x00d4 #define SMSG_CHAT_CREATE_ACK 0x00d6 #define SMSG_CHAT_DISPLAY 0x00d7 +#define SMSG_CHAT_DESTROY 0x00d8 #define SMSG_CHAT_JOIN_ACK 0x00db #define SMSG_CHAT_LEAVE 0x00dd #define SMSG_CHAT_JOIN_CHANNEL 0x0b08 -- cgit v1.2.3-60-g2f50