From 4002c63e4164fa496038dee0e9cad2f5e1598772 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 15:08:22 +0300 Subject: eathena: add packet CMSG_AUCTION_CLOSE 0x025d. --- src/net/eathena/auctionhandler.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/net/eathena/auctionhandler.cpp') diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index 45b1e2dbb..afb5adbb5 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -155,4 +155,10 @@ void AuctionHandler::cancel(const int auctionId) const outMsg.writeInt32(auctionId, "auction id"); } +void AuctionHandler::close(const int auctionId) const +{ + createOutPacket(CMSG_AUCTION_CLOSE); + outMsg.writeInt32(auctionId, "auction id"); +} + } // namespace EAthena -- cgit v1.2.3-60-g2f50