Core: Updated to 11.0.2
Port From (https://github.com/TrinityCore/TrinityCore/commit/df1ec76d54db3a91759fc93f4d6b6828d4ec0f59)
This commit is contained in:
@@ -272,6 +272,7 @@ namespace Game.Networking.Packets
|
||||
data.WriteUInt8(Subclass);
|
||||
data.WriteUInt32(SecondaryItemModifiedAppearanceID);
|
||||
data.WriteUInt32(ItemID);
|
||||
data.WriteUInt32(TransmogrifiedItemID);
|
||||
}
|
||||
|
||||
public uint DisplayId;
|
||||
@@ -280,6 +281,7 @@ namespace Game.Networking.Packets
|
||||
public byte InvType;
|
||||
public byte Subclass;
|
||||
public uint ItemID;
|
||||
public uint TransmogrifiedItemID;
|
||||
}
|
||||
|
||||
public struct PetInfo
|
||||
|
||||
Reference in New Issue
Block a user