mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-14 22:19:25 +01:00
*Error in 5dcacd638128, thanks Spp
--HG-- branch : trunk
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user