From 5b0506f5c2c43b155ad18eb346bf381b447f1281 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 15:14:42 +0300 Subject: eathena: add packet CMSG_AUCTION_BID 0x024f. --- src/net/auctionhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/auctionhandler.h') diff --git a/src/net/auctionhandler.h b/src/net/auctionhandler.h index b803f6bf6..815393056 100644 --- a/src/net/auctionhandler.h +++ b/src/net/auctionhandler.h @@ -48,6 +48,9 @@ class AuctionHandler notfinal virtual void cancel(const int auctionId) const = 0; virtual void close(const int auctionId) const = 0; + + virtual void bid(const int auctionId, + const int money) const = 0; }; } // namespace Net -- cgit v1.2.3-70-g09d2