summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mailhandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-09-15 11:38:09 +0300
committerAndrei Karas <akaras@inbox.ru>2014-09-15 11:38:09 +0300
commit017cf6a085d9fc8ff99776ecdc8e4a0e91022c87 (patch)
tree63f7ef777c67b3abe3a4bcb43e0e3ab1cdf74de7 /src/net/tmwa/mailhandler.cpp
parent4aebda1ff020b2fcbf8aaaeea96188dedcae030b (diff)
downloadplus-017cf6a085d9fc8ff99776ecdc8e4a0e91022c87.tar.gz
plus-017cf6a085d9fc8ff99776ecdc8e4a0e91022c87.tar.bz2
plus-017cf6a085d9fc8ff99776ecdc8e4a0e91022c87.tar.xz
plus-017cf6a085d9fc8ff99776ecdc8e4a0e91022c87.zip
eathena: add packet CMSG_MAIL_REFRESH_INBOX 0x023f.
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 b018a0ce1..14d993390 100644
--- a/src/net/tmwa/mailhandler.cpp
+++ b/src/net/tmwa/mailhandler.cpp
@@ -42,4 +42,8 @@ void MailHandler::handleMessage(Net::MessageIn &msg A_UNUSED)
{
}
+void MailHandler::refresh()
+{
+}
+
} // namespace TmwAthena