diff options
Diffstat (limited to 'src/net/tmwa/mailhandler.cpp')
-rw-r--r-- | src/net/tmwa/mailhandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/mailhandler.cpp b/src/net/tmwa/mailhandler.cpp index e4e682266..8d48094d2 100644 --- a/src/net/tmwa/mailhandler.cpp +++ b/src/net/tmwa/mailhandler.cpp @@ -62,4 +62,9 @@ void MailHandler::returnMessage(const int msgId A_UNUSED) { } +void MailHandler::setAttach(const int index A_UNUSED, + const int amount A_UNUSED) +{ +} + } // namespace TmwAthena |