summaryrefslogtreecommitdiff
path: root/src/net/tmwa/searchstorehandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 15:56:35 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 15:56:35 +0300
commit4ae0cd0b3838cc3354702af2ca6d669a91afdd8d (patch)
treedbe404305af741b10114b2b9fd0a618a53dbed90 /src/net/tmwa/searchstorehandler.h
parent49540a3cac67413e8639ba371782e3635ece74df (diff)
downloadplus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.gz
plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.bz2
plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.tar.xz
plus-4ae0cd0b3838cc3354702af2ca6d669a91afdd8d.zip
eathena: add packet CMSG_SEARCHSTORE_SEARCH 0x0819.
Diffstat (limited to 'src/net/tmwa/searchstorehandler.h')
-rw-r--r--src/net/tmwa/searchstorehandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h
index f5c00a6c1..7750758f5 100644
--- a/src/net/tmwa/searchstorehandler.h
+++ b/src/net/tmwa/searchstorehandler.h
@@ -36,6 +36,11 @@ class SearchStoreHandler final : public MessageHandler,
A_DELETE_COPY(SearchStoreHandler)
void handleMessage(Net::MessageIn &msg) override final;
+
+ void search(const StoreSearchType::Type type,
+ const int minPrice,
+ const int maxPrice,
+ const int itemId) const override final;
};
} // namespace TmwAthena