From 6eb12f07e8d1c813e094097dd94bf4fc450bace3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 22:18:08 +0300 Subject: eathena: add packet CMSG_AUCTION_BUY_SELL 0x025c. --- 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 47f942aa8..f3c1fe9c8 100644 --- a/src/net/tmwa/auctionhandler.h +++ b/src/net/tmwa/auctionhandler.h @@ -57,6 +57,10 @@ class AuctionHandler final : public MessageHandler, public Net::AuctionHandler const int auctionId, const std::string &text, const int page) const override final; + + void buy() const override final; + + void sell() const override final; }; } // namespace TmwAthena -- cgit v1.2.3-60-g2f50