summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mailhandler.cpp')
-rw-r--r--src/net/eathena/mailhandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/mailhandler.cpp b/src/net/eathena/mailhandler.cpp
index 4a28061a3..522484dfa 100644
--- a/src/net/eathena/mailhandler.cpp
+++ b/src/net/eathena/mailhandler.cpp
@@ -74,4 +74,9 @@ void MailHandler::processMailOpen(Net::MessageIn &msg) const
}
}
+void MailHandler::refresh()
+{
+ MessageOut outMsg(CMSG_MAIL_REFRESH_INBOX);
+}
+
} // namespace EAthena