From 020e34363763d9cd0d691ae3b3da1ead52defa4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 9 Feb 2015 18:53:28 +0300 Subject: eathena: add packet CMSG_SEARCHSTORE_CLOSE 0x083b. --- 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 9777b32ad..3cd3798a5 100644 --- a/src/net/tmwa/searchstorehandler.cpp +++ b/src/net/tmwa/searchstorehandler.cpp @@ -58,4 +58,8 @@ void SearchStoreHandler::nextPage() const { } +void SearchStoreHandler::close() const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/searchstorehandler.h b/src/net/tmwa/searchstorehandler.h index 02a6bad56..fc7946a86 100644 --- a/src/net/tmwa/searchstorehandler.h +++ b/src/net/tmwa/searchstorehandler.h @@ -43,6 +43,8 @@ class SearchStoreHandler final : public MessageHandler, const int itemId) const override final; void nextPage() const override final; + + void close() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50