Core/PacketIO: Updated packet structures to 11.0.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f37b29f41b6cb3fbcc3dc6bc0cf3a25c1f7eb6a)
This commit is contained in:
@@ -477,7 +477,6 @@ namespace Game
|
||||
price -= MathFunctions.CalculatePct(price, priceMod);
|
||||
|
||||
item.MuID = (int)slot + 1;
|
||||
item.Durability = (int)itemTemplate.MaxDurability;
|
||||
item.ExtendedCostID = (int)vendorItem.ExtendedCost;
|
||||
item.Type = (int)vendorItem.Type;
|
||||
item.Quantity = leftInStock;
|
||||
|
||||
Reference in New Issue
Block a user