Prevent duplicate Auction Expired mails

This commit is contained in:
bdebae 2016-06-29 20:41:50 +01:00 committed by Antz
parent ca1ffd292f
commit ee9d27ad16

View File

@ -843,10 +843,6 @@ bool AuctionEntry::UpdateBid(uint32 newbid, Player* newbidder /*=NULL*/)
}
else // buyout
{
if (auction_owner)
{
auction_owner->GetSession()->SendAuctionOwnerNotification(this, false);
}
AuctionBidWinning(newbidder);
return false;
}