From 326ad8b0aa5ebdd55ec3f7d41238d578cafb3e23 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 14:42:34 +0300 Subject: eathena: add packet CMSG_AUCTION_REGISTER 0x024d. --- 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 b449faa31..1e8e7a459 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -40,6 +40,10 @@ class AuctionHandler notfinal virtual void setItem(const Item *const item, const int amount) const = 0; + + virtual void reg(const int currentPrice, + const int maxPrice, + const int hours) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50