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/eathena/auctionhandler.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/net/eathena/auctionhandler.h') diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index 5cd5a4f43..987cb2e57 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/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; + protected: static void processOpenWindow(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50