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/auctionhandler.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/auctionhandler.h') diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 815393056..1dd4c32aa 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -21,6 +21,8 @@ #ifndef NET_AUCTIONHANDLER_H #define NET_AUCTIONHANDLER_H +#include "enums/net/auctionsearchtype.h" + #include #include "localconsts.h" @@ -51,6 +53,11 @@ class AuctionHandler notfinal virtual void bid(const int auctionId, const int money) const = 0; + + virtual void search(const AuctionSearchType::Type type, + const int auctionId, + const std::string &text, + const int page) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50