From 565e617983d0eaa52131056cd2bc15c9e4a1bece Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Dec 2014 22:12:17 +0300 Subject: eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09. --- src/net/tmwa/chathandler.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/tmwa/chathandler.cpp') diff --git a/src/net/tmwa/chathandler.cpp b/src/net/tmwa/chathandler.cpp index c55089cbc..cb64db0e9 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -466,4 +466,8 @@ void ChatHandler::joinChannel(const std::string &channel A_UNUSED) { } +void ChatHandler::partChannel(const std::string &channel A_UNUSED) +{ +} + } // namespace TmwAthena -- cgit v1.2.3-70-g09d2