summaryrefslogtreecommitdiff
path: root/src/net/eathena/auctionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/auctionhandler.h')
-rw-r--r--src/net/eathena/auctionhandler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h
index 4cf336b96..de2574e4b 100644
--- a/src/net/eathena/auctionhandler.h
+++ b/src/net/eathena/auctionhandler.h
@@ -52,6 +52,11 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler
void bid(const int auctionId,
const int money) const override final;
+ void search(const AuctionSearchType::Type type,
+ const int auctionId,
+ const std::string &text,
+ const int page) const override final;
+
protected:
static void processOpenWindow(Net::MessageIn &msg);