Core: Updated to 10.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/e98e1283ea0034baf6be9aa2ffb386eb5582801b)
This commit is contained in:
@@ -784,12 +784,12 @@ namespace Game.Networking.Packets
|
||||
public struct AuctionListFilterSubClass
|
||||
{
|
||||
public int ItemSubclass;
|
||||
public uint InvTypeMask;
|
||||
public ulong InvTypeMask;
|
||||
|
||||
public AuctionListFilterSubClass(WorldPacket data)
|
||||
{
|
||||
InvTypeMask = data.ReadUInt64();
|
||||
ItemSubclass = data.ReadInt32();
|
||||
InvTypeMask = data.ReadUInt32();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user