mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core/PacketIO: Updated packet structures to 11.0.5
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user