summaryrefslogtreecommitdiff
path: root/src/net/tmwa
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
parent66d940df678f16b5f53f58f80837826e24031eb1 (diff)
downloadplus-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.gz
plus-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.bz2
plus-307ef5331a3f18a28820f773b0dfce8db479bf7a.tar.xz
plus-307ef5331a3f18a28820f773b0dfce8db479bf7a.zip
Add packet CMSG_MAIL2_REQUEST_MONEY 0x09f1.
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 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
diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h
index cae94d788..5df6370df 100644
--- a/src/net/tmwa/mail2handler.h
+++ b/src/net/tmwa/mail2handler.h
@@ -56,6 +56,9 @@ class Mail2Handler final : public Net::Mail2Handler
void deleteMail(const int openType,
const int64_t mailId) const override final;
+
+ void requestMoney(const int openType,
+ const int64_t mailId) const override final;
};
} // namespace TmwAthena