From 773f760bc1a308152265c40161789d8ae318aba4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 6 Jan 2015 14:55:47 +0300 Subject: Rename function AuctionHandler::cancelRequest into AuctionHandler::cancelReg. --- src/net/eathena/auctionhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/net/eathena/auctionhandler.cpp') diff --git a/src/net/eathena/auctionhandler.cpp b/src/net/eathena/auctionhandler.cpp index a3c911e59..f390e2aae 100644 --- a/src/net/eathena/auctionhandler.cpp +++ b/src/net/eathena/auctionhandler.cpp @@ -124,9 +124,9 @@ void AuctionHandler::processAuctionClose(Net::MessageIn &msg) msg.readInt16("flag"); } -void AuctionHandler::cancelRequest() const +void AuctionHandler::cancelReg() const { - createOutPacket(CMSG_AUCTION_CANCEL_REQUEST); + createOutPacket(CMSG_AUCTION_CANCEL_REG); outMsg.writeInt16(0, "type"); // unused } -- cgit v1.2.3-60-g2f50