diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-11 20:05:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-11 20:05:12 +0300 |
commit | 0389a3eda12eb7f9ca3dcb8ad6b6817c41532071 (patch) | |
tree | 97294ba03cde095c39c8af223d58bf67b1f7b189 /src/net/eathena/mail2handler.h | |
parent | bde03f8dc53a64ac43b84cab4cc7b7b5f6bf4f48 (diff) | |
download | mv-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.gz mv-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.bz2 mv-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.tar.xz mv-0389a3eda12eb7f9ca3dcb8ad6b6817c41532071.zip |
Add packet CMSG_MAIL2_NEXT_PAGE 0x09ee.
Diffstat (limited to 'src/net/eathena/mail2handler.h')
-rw-r--r-- | src/net/eathena/mail2handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/mail2handler.h b/src/net/eathena/mail2handler.h index ff6530866..2a831a518 100644 --- a/src/net/eathena/mail2handler.h +++ b/src/net/eathena/mail2handler.h @@ -47,6 +47,9 @@ class Mail2Handler final : public Net::Mail2Handler const std::string &title, const std::string &body, const int64_t &money) const override final; + + void nextPage(const int openType, + const int64_t mailId) const override final; }; } // namespace EAthena |