summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 20:45:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 20:45:11 +0300
commit307ef5331a3f18a28820f773b0dfce8db479bf7a (patch)
treeb84460898570b2f411a609f2d2bad5b8043672f3 /src/net/tmwa/mail2handler.cpp
parent66d940df678f16b5f53f58f80837826e24031eb1 (diff)
downloadManaVerse-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.gz
ManaVerse-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.bz2
ManaVerse-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.xz
ManaVerse-307ef5331a3f18a28820f773b0dfce8db479bf7a.zip
Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.
Diffstat (limited to 'src/net/tmwa/mail2handler.cpp')
-rw-r--r--src/net/tmwa/mail2handler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp
index ce80e1893..5017e0716 100644
--- a/src/net/tmwa/mail2handler.cpp
+++ b/src/net/tmwa/mail2handler.cpp
@@ -71,4 +71,9 @@ void Mail2Handler::deleteMail(const int openType A_UNUSED,
{
}
+void Mail2Handler::requestMoney(const int openType A_UNUSED,
+ const int64_t mailId A_UNUSED) const
+{
+}
+
} // namespace TmwAthena