From 42407f169ac67d375cba959bc553ffc186436cba Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 15 Sep 2014 12:55:46 +0300 Subject: eathena: add packet CMSG_MAIL_SEND 0x0248. --- src/net/tmwa/mailhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/tmwa/mailhandler.h') diff --git a/src/net/tmwa/mailhandler.h b/src/net/tmwa/mailhandler.h index fb0892211..fb90de199 100644 --- a/src/net/tmwa/mailhandler.h +++ b/src/net/tmwa/mailhandler.h @@ -50,6 +50,10 @@ class MailHandler final : public MessageHandler, public Net::MailHandler void setAttach(const int index, const int amount) override final; void resetAttach(const int flag) override final; + + void send(const std::string &name, + const std::string &title, + std::string message) override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50