Core/PacketIO: Updated most packet structures to 9.0.1
Port From (https://github.com/TrinityCore/TrinityCore/commit/cab4c87d2d7f6d734ef067d6bf50f4b1d338a7bc)
This commit is contained in:
@@ -91,10 +91,12 @@ namespace Game.Networking.Packets
|
||||
ItemModifiedAppearanceID = data.ReadInt32();
|
||||
Slot = data.ReadUInt32();
|
||||
SpellItemEnchantmentID = data.ReadInt32();
|
||||
SecondaryItemModifiedAppearanceID = data.ReadInt32();
|
||||
}
|
||||
|
||||
public int ItemModifiedAppearanceID;
|
||||
public uint Slot;
|
||||
public int SpellItemEnchantmentID;
|
||||
public int SecondaryItemModifiedAppearanceID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user