From d12294702a4abd46a3fab0f2ea5b9aa3f8ef824a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 22:12:43 +0300 Subject: eathena: add packet CMSG_AUCTION_SEARCH 0x0251. --- src/net/eathena/auctionhandler.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/net/eathena/auctionhandler.h') 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); -- cgit v1.2.3-60-g2f50