forked from townforge/townforge
downgrade error when auction finishes with no bids
it's legal now
This commit is contained in:
parent
792322f61a
commit
6f141f344c
@ -2716,7 +2716,7 @@ place_found:
|
||||
MINFO("Auction " << auction.id << " ends now");
|
||||
if (auction.bids.empty())
|
||||
{
|
||||
MERROR("Ending auction has no bids");
|
||||
MDEBUG("Ending auction has no bids");
|
||||
events.add_full(cg, auction.seller, 0, 0, ITEM_NONE, 0, 0, 0) << "Auction lapsed without a buyer";
|
||||
cg.auction_ends.push_back(auction.id);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user