summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/mail2handler.cpp')
-rw-r--r--src/net/tmwa/mail2handler.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp
index daf874448..0913f4c5c 100644
--- a/src/net/tmwa/mail2handler.cpp
+++ b/src/net/tmwa/mail2handler.cpp
@@ -49,4 +49,11 @@ void Mail2Handler::removeItem(const Item *const item A_UNUSED,
{
}
+void Mail2Handler::sendMail(const std::string &to A_UNUSED,
+ const std::string &title A_UNUSED,
+ const std::string &body A_UNUSED,
+ const int64_t &money A_UNUSED) const
+{
+}
+
} // namespace TmwAthena