summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-03-10 20:00:18 +0300
committerAndrei Karas <akaras@inbox.ru>2015-03-10 20:00:18 +0300
commitf99ef6f9d8c6db8e9c772580f36a57f6afff564e (patch)
treec5a12944d09f49e88f1f6c1db27741c052c9c7d4 /src/net/eathena/chathandler.h
parentf1a4060bf1e4a0c30e4f3a68731ac2e758f247e9 (diff)
downloadplus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.gz
plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.bz2
plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.tar.xz
plus-f99ef6f9d8c6db8e9c772580f36a57f6afff564e.zip
eathena: add partial support for packet SMSG_CHAT_DESTROY 0x00d8.
Diffstat (limited to 'src/net/eathena/chathandler.h')
-rw-r--r--src/net/eathena/chathandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/chathandler.h b/src/net/eathena/chathandler.h
index 98efb4711..dff2c1cda 100644
--- a/src/net/eathena/chathandler.h
+++ b/src/net/eathena/chathandler.h
@@ -129,6 +129,8 @@ class ChatHandler final : public MessageHandler, public Ea::ChatHandler
static void processIgnoreNickAck(Net::MessageIn &msg);
static void processChatCreateAck(Net::MessageIn &msg);
+
+ static void processChatDestroy(Net::MessageIn &msg);
};
} // namespace EAthena