From 66cb4abf50fe7bb07aaedf0488b25825e5c08165 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Feb 2015 18:40:26 +0300 Subject: eathena: add packet CMSG_SEARCHSTORE_NEXT_PAGE 0x0940. --- src/net/tmwa/searchstorehandler.cpp | 4 ++++ src/net/tmwa/searchstorehandler.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp index ef70b3d27..9777b32ad 100644 --- a/src/net/tmwa/searchstorehandler.cpp +++ b/src/net/tmwa/searchstorehandler.cpp @@ -54,4 +54,8 @@ void SearchStoreHandler::search(const StoreSearchType::Type type A_UNUSED, { } +void SearchStoreHandler::nextPage() const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h index 7750758f5..02a6bad56 100644 --- a/src/net/tmwa/searchstorehandler.h +++ b/src/net/tmwa/searchstorehandler.h @@ -41,6 +41,8 @@ class SearchStoreHandler final : public MessageHandler, const int minPrice, const int maxPrice, const int itemId) const override final; + + void nextPage() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50