summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mailhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 11:54:00 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 11:54:00 +0300
commit91f7b690419a3600e58637aff6158ad8734bdf8b (patch)
tree558a62b4b947ce2bb94cfef2996269c52ba251e3 /src/net/tmwa/mailhandler.cpp
parent017cf6a085d9fc8ff99776ecdc8e4a0e91022c87 (diff)
downloadplus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.gz
plus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.bz2
plus-91f7b690419a3600e58637aff6158ad8734bdf8b.tar.xz
plus-91f7b690419a3600e58637aff6158ad8734bdf8b.zip
eathena: add packet CMSG_MAIL_READ_MESSAGE 0x0241.
Diffstat (limited to 'src/net/tmwa/mailhandler.cpp')
-rw-r--r--src/net/tmwa/mailhandler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/tmwa/mailhandler.cpp b/src/net/tmwa/mailhandler.cpp
index 14d993390..7a6201725 100644
--- a/src/net/tmwa/mailhandler.cpp
+++ b/src/net/tmwa/mailhandler.cpp
@@ -46,4 +46,8 @@ void MailHandler::refresh()
{
}
+void MailHandler::readMessage(const int msgId A_UNUSED)
+{
+}
+
} // namespace TmwAthena