Core: Update to 10.1.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/0cea730fa23473a85c47451c3bd13df816f2b6e4)
This commit is contained in:
@@ -38,8 +38,8 @@ namespace Game.Networking.Packets
|
||||
Quantity = _worldPacket.ReadInt32();
|
||||
Muid = _worldPacket.ReadUInt32();
|
||||
Slot = _worldPacket.ReadUInt32();
|
||||
ItemType = (ItemVendorType)_worldPacket.ReadInt32();
|
||||
Item.Read(_worldPacket);
|
||||
ItemType = (ItemVendorType)_worldPacket.ReadBits<int>(3);
|
||||
}
|
||||
|
||||
public ObjectGuid VendorGUID;
|
||||
|
||||
Reference in New Issue
Block a user