From 2452dcf6d7a55fbccccfd7ea426d0e976023a52a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 13:50:52 +0300 Subject: eathena: add packet CMSG_AUCTION_SET_ITEM 0x024c. --- src/net/eathena/auctionhandler.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/auctionhandler.h') diff --git a/src/net/eathena/auctionhandler.h b/src/net/eathena/auctionhandler.h index a4c166613..d1c4a2b53 100644 --- a/src/net/eathena/auctionhandler.h +++ b/src/net/eathena/auctionhandler.h @@ -38,6 +38,9 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler void cancelRequest() const override final; + void setItem(const Item *const item, + const int amount) const override final; + protected: static void processOpenWindow(Net::MessageIn &msg); -- cgit v1.2.3-60-g2f50