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/tmwa/auctionhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/tmwa/auctionhandler.h') diff --git a/src/net/tmwa/auctionhandler.h b/src/net/tmwa/auctionhandler.h index 873d987e3..a18b88c70 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -41,6 +41,10 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void setItem(const Item *const item, const int amount) const override final; + + void reg(const int currentPrice, + const int maxPrice, + const int hours) const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50