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.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/tmwa/auctionhandler.cpp') diff --git a/src/net/tmwa/auctionhandler.cpp b/src/net/tmwa/auctionhandler.cpp index 6197c7db8..f8030d48d 100644 --- a/src/net/tmwa/auctionhandler.cpp +++ b/src/net/tmwa/auctionhandler.cpp @@ -51,4 +51,10 @@ void AuctionHandler::setItem(const Item *const item A_UNUSED, { } +void AuctionHandler::reg(const int currentPrice A_UNUSED, + const int maxPrice A_UNUSED, + const int hours A_UNUSED) const +{ +} + } // namespace TmwAthena -- cgit v1.2.3-70-g09d2