From 07c27142ec4e5191a494c0b349483019a6f7b8f2 Mon Sep 17 00:00:00 2001 From: maximius Date: Thu, 19 Nov 2009 04:16:40 -0800 Subject: *Error in 5dcacd638128, thanks Spp --HG-- branch : trunk --- src/game/AuctionHouseHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/game/AuctionHouseHandler.cpp b/src/game/AuctionHouseHandler.cpp index 7f7fb34aff7..5ccdf02e0d1 100644 --- a/src/game/AuctionHouseHandler.cpp +++ b/src/game/AuctionHouseHandler.cpp @@ -330,7 +330,7 @@ void WorldSession::HandleAuctionPlaceBid(WorldPacket & recv_data) return; // price too low for next bid if not buyout - if (price < auction->buyout || auction->buyout == 0 && + if ((price < auction->buyout || auction->buyout == 0) && price < auction->bid + auction->GetAuctionOutBid()) { //auction has already higher bid, client tests it! -- cgit v1.2.3