Core/PacketIO: Fill new packet fields with data
Port From (https://github.com/TrinityCore/TrinityCore/commit/83eecaf2c40cc72c1dc42335766534eb8d227e60)
This commit is contained in:
@@ -1808,6 +1808,7 @@ namespace Game
|
||||
{
|
||||
bucketInfo.Key = new AuctionBucketKey(Key);
|
||||
bucketInfo.MinPrice = MinPrice;
|
||||
bucketInfo.RequiredLevel = RequiredLevel;
|
||||
bucketInfo.TotalQuantity = 0;
|
||||
|
||||
foreach (AuctionPosting auction in Auctions)
|
||||
|
||||
Reference in New Issue
Block a user