From 6eb12f07e8d1c813e094097dd94bf4fc450bace3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 22:18:08 +0300 Subject: eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c. --- src/net/auctionhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/auctionhandler.h') diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index 1dd4c32aa..c1a3dc8a8 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -58,6 +58,10 @@ class AuctionHandler notfinal const int auctionId, const std::string &text, const int page) const = 0; + + virtual void buy() const = 0; + + virtual void sell() const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50