diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:10:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-03-29 13:10:31 +0300 |
commit | 5bf9a084a9d188105b919e984a655a5cf08bb497 (patch) | |
tree | abad6bb8f33abcbd9cf40abc8d9afa6a3a51add0 /src/net/tmwa/cashshophandler.h | |
parent | 63a59b84a097af720138399f4b55ca726b74716e (diff) | |
download | plus-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.gz plus-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.bz2 plus-5bf9a084a9d188105b919e984a655a5cf08bb497.tar.xz plus-5bf9a084a9d188105b919e984a655a5cf08bb497.zip |
eathena: add packet CMSG_NPC_CASH_SHOP_REQUEST_TAB 0x0846.
Diffstat (limited to 'src/net/tmwa/cashshophandler.h')
-rw-r--r-- | src/net/tmwa/cashshophandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/cashshophandler.h b/src/net/tmwa/cashshophandler.h index 47ea4b505..1bef0e9c0 100644 --- a/src/net/tmwa/cashshophandler.h +++ b/src/net/tmwa/cashshophandler.h @@ -48,6 +48,8 @@ class CashShopHandler final : public MessageHandler, void close() const override final; void requestPoints() const override final; + + void requestTab(const int tab) const override final; }; } // namespace TmwAthena |