Core/PacketIO: Updated packet structures to 11.0.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/5f37b29f41b6cb3fbcc3dc6bc0cf3a25c1f7eb6a)
This commit is contained in:
Hondacrx
2024-11-11 11:36:52 -05:00
parent 9ccc3f7e05
commit 0080898785
9 changed files with 39 additions and 13 deletions
-1
View File
@@ -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;