diff options
Diffstat (limited to 'src/net/tmwa/searchstorehandler.cpp')
-rw-r--r-- | src/net/tmwa/searchstorehandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/tmwa/searchstorehandler.cpp b/src/net/tmwa/searchstorehandler.cpp index 26e35725f..ef70b3d27 100644 --- a/src/net/tmwa/searchstorehandler.cpp +++ b/src/net/tmwa/searchstorehandler.cpp @@ -47,4 +47,11 @@ void SearchStoreHandler::handleMessage(Net::MessageIn &msg) } } +void SearchStoreHandler::search(const StoreSearchType::Type type A_UNUSED, + const int minPrice A_UNUSED, + const int maxPrice A_UNUSED, + const int itemId A_UNUSED) const +{ +} + } // namespace TmwAthena |