From 4028eee767414d73a4937dd61eea8d138e2a7b9e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 15:01:26 +0300 Subject: eathena: add packet CMSG_AUCTION_CANCEL 0x024e. --- src/net/auctionhandler.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net/auctionhandler.h') diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index a53815462..b8b51b7f1 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -44,6 +44,8 @@ class AuctionHandler notfinal virtual void reg(const int currentPrice, const int maxPrice, const int hours) const = 0; + + virtual void cancel(const int auctionId) const = 0; }; } // namespace Net -- cgit v1.2.3-60-g2f50