Prevent duplicate Auction Expired mails
This commit is contained in:
parent
ca1ffd292f
commit
ee9d27ad16
@ -843,10 +843,6 @@ bool AuctionEntry::UpdateBid(uint32 newbid, Player* newbidder /*=NULL*/)
|
|||||||
}
|
}
|
||||||
else // buyout
|
else // buyout
|
||||||
{
|
{
|
||||||
if (auction_owner)
|
|
||||||
{
|
|
||||||
auction_owner->GetSession()->SendAuctionOwnerNotification(this, false);
|
|
||||||
}
|
|
||||||
AuctionBidWinning(newbidder);
|
AuctionBidWinning(newbidder);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user