summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/mail2handler.cpp5
-rw-r--r--src/net/tmwa/mail2handler.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp
index bc01d874b..66aa67824 100644
--- a/src/net/tmwa/mail2handler.cpp
+++ b/src/net/tmwa/mail2handler.cpp
@@ -81,4 +81,9 @@ void Mail2Handler::requestItems(const int openType A_UNUSED,
{
}
+void Mail2Handler::refreshMailList(const int openType A_UNUSED,
+ const int64_t mailId A_UNUSED) const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h
index d46f73291..c80bffc27 100644
--- a/src/net/tmwa/mail2handler.h
+++ b/src/net/tmwa/mail2handler.h
@@ -62,6 +62,9 @@ class Mail2Handler final : public Net::Mail2Handler
void requestItems(const int openType,
const int64_t mailId) const override final;
+
+ void refreshMailList(const int openType,
+ const int64_t mailId) const override final;
};
} // namespace TmwAthena