Core/AuctionHouse: Fixed buying commodities

Port From (https://github.com/TrinityCore/TrinityCore/commit/61a7026f1765271595377be0c37a8228fe620c0d)
This commit is contained in:
hondacrx
2021-06-24 00:10:23 -04:00
parent 6b45e87c92
commit 1be17e7ff3
3 changed files with 16 additions and 7 deletions
+1
View File
@@ -954,6 +954,7 @@ namespace Game
commodityQuoteResult.QuoteDuration.Set((int)(quote.ValidTo - GameTime.GetGameTimeSteadyPoint()).TotalMilliseconds);
}
commodityQuoteResult.ItemID = getCommodityQuote.ItemID;
commodityQuoteResult.DesiredDelay = (uint)throttle.DelayUntilNext.TotalSeconds;
SendPacket(commodityQuoteResult);