summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 21:46:20 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 21:46:20 +0300
commit0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25 (patch)
tree336cd13a247ebc4dc587ecd3d9cdd84eeb052ac6 /src/net/tmwa
parentef52dc33fb6c9f055bc947998951520fc3deaf18 (diff)
downloadplus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.gz
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.bz2
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.tar.xz
plus-0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25.zip
Add packet CMSG_MAIL2_OPEN_MAILBOX 0x09e8.
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/mail2handler.cpp4
-rw-r--r--src/net/tmwa/mail2handler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.cpp b/src/net/tmwa/mail2handler.cpp
index 66aa67824..3d4af2ab9 100644
--- a/src/net/tmwa/mail2handler.cpp
+++ b/src/net/tmwa/mail2handler.cpp
@@ -86,4 +86,8 @@ void Mail2Handler::refreshMailList(const int openType A_UNUSED,
{
}
+void Mail2Handler::openMailBox(const int openType A_UNUSED) const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h
index c80bffc27..2bc7a6dec 100644
--- a/src/net/tmwa/mail2handler.h
+++ b/src/net/tmwa/mail2handler.h
@@ -65,6 +65,8 @@ class Mail2Handler final : public Net::Mail2Handler
void refreshMailList(const int openType,
const int64_t mailId) const override final;
+
+ void openMailBox(const int openType) const override final;
};
} // namespace TmwAthena