From f1d3e3325d28a43f838052385ad798527dff9c2d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 16 Sep 2014 11:11:46 +0300 Subject: eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db. --- 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 cc285d081..0e2b0103b 100644 --- a/src/net/tmwa/chathandler.cpp +++ b/src/net/tmwa/chathandler.cpp @@ -274,6 +274,10 @@ void ChatHandler::createChatRoom(const std::string &title A_UNUSED, { } +void ChatHandler::battleTalk(const std::string &text A_UNUSED) const +{ +} + void ChatHandler::processChat(Net::MessageIn &msg) { BLOCK_START("ChatHandler::processChat") -- cgit v1.2.3-60-g2f50