Core/PacketIO: Updated packet structures to 11.0.5

This commit is contained in:
Shauren
2024-10-30 14:40:51 +01:00
parent ac7a95b45c
commit 5f37b29f41
17 changed files with 51 additions and 21 deletions

View File

@@ -670,7 +670,6 @@ void WorldSession::SendListInventory(ObjectGuid vendorGuid)
price -= CalculatePct(price, priceMod);
item.MuID = slot + 1; // client expects counting to start at 1
item.Durability = itemTemplate->MaxDurability;
item.ExtendedCostID = vendorItem->ExtendedCost;
item.Type = vendorItem->Type;
item.Quantity = leftInStock;