diff options
| author | maximius <none@none> | 2009-11-19 04:16:40 -0800 |
|---|---|---|
| committer | maximius <none@none> | 2009-11-19 04:16:40 -0800 |
| commit | 07c27142ec4e5191a494c0b349483019a6f7b8f2 (patch) | |
| tree | 4c29335d2347ec9189f8317dc4b0c96418dcc256 /src/game/AuctionHouseHandler.cpp | |
| parent | 43d9a5eae1256fe1b653edaa580613681fb5fc34 (diff) | |
*Error in 5dcacd638128, thanks Spp
--HG--
branch : trunk
Diffstat (limited to 'src/game/AuctionHouseHandler.cpp')
| -rw-r--r-- | src/game/AuctionHouseHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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! |
