From 0ff1cce3a289c2a813ed5db13250abbb23d2a9f0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Sep 2014 16:52:53 +0300 Subject: eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5. --- src/net/chathandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/chathandler.h') diff --git a/src/net/chathandler.h b/src/net/chathandler.h index b3acf6384..0246978df 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -59,6 +59,8 @@ class ChatHandler notfinal virtual void unIgnoreAll() const = 0; virtual void clear() = 0; + + virtual void createChatRoom(const std::string &title, const std::string &password, const int limit, const bool isPublic) = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2