summaryrefslogtreecommitdiff
path: root/src/net/tmwa/searchstorehandler.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-02-09 18:40:26 +0300
committerAndrei Karas <akaras@inbox.ru>2015-02-09 18:40:26 +0300
commit66cb4abf50fe7bb07aaedf0488b25825e5c08165 (patch)
tree41960cb637f602888dc7627a643dfe9e0887532e /src/net/tmwa/searchstorehandler.cpp
parent23ea6f137e33ba1158ec3e6783fe31435fcffe1f (diff)
downloadplus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.gz
plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.bz2
plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.tar.xz
plus-66cb4abf50fe7bb07aaedf0488b25825e5c08165.zip
eathena: add packet CMSG_SEARCHSTORE_NEXT_PAGE 0x0940.
Diffstat (limited to 'src/net/tmwa/searchstorehandler.cpp')
-rw-r--r--src/net/tmwa/searchstorehandler.cpp4
1 files changed, 4 insertions, 0 deletions
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