diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-16 11:11:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-16 11:11:46 +0300 |
commit | f1d3e3325d28a43f838052385ad798527dff9c2d (patch) | |
tree | c7f86a2af1d4e7c206db583e632b999d5c57fd90 /src/net/chathandler.h | |
parent | 7c701ca5041fbd7430c478f0c709c12eda664c89 (diff) | |
download | plus-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.gz plus-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.bz2 plus-f1d3e3325d28a43f838052385ad798527dff9c2d.tar.xz plus-f1d3e3325d28a43f838052385ad798527dff9c2d.zip |
eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db.
Diffstat (limited to 'src/net/chathandler.h')
-rw-r--r-- | src/net/chathandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/chathandler.h b/src/net/chathandler.h index 3a9e3debe..86ff5eecd 100644 --- a/src/net/chathandler.h +++ b/src/net/chathandler.h @@ -70,6 +70,8 @@ class ChatHandler notfinal const std::string &password, const int limit, const bool isPublic) = 0; + + virtual void battleTalk(const std::string &text) const = 0; }; } // namespace Net |