*Error in 5dcacd638128, thanks Spp

--HG--
branch : trunk
This commit is contained in:
maximius
2009-11-19 04:16:40 -08:00
parent 43d9a5eae1
commit 07c27142ec

View File

@@ -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!