Core/PacketIO: 9.1.0 opcodes and packet structures
Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
@@ -501,8 +501,10 @@ namespace Game.Entities
|
||||
public ObjectGuid[] Pieces = new ObjectGuid[EquipmentSlot.End];
|
||||
public int[] Appearances = new int[EquipmentSlot.End]; // ItemModifiedAppearanceID
|
||||
public int[] Enchants = new int[2]; // SpellItemEnchantmentID
|
||||
public int Unknown901_1;
|
||||
public int Unknown901_2;
|
||||
public int SecondaryShoulderApparanceID; // Secondary shoulder appearance
|
||||
public int SecondaryShoulderSlot; // Always 2 if secondary shoulder apperance is used
|
||||
public int SecondaryWeaponAppearanceID; // For legion artifacts: linked child item appearance
|
||||
public int SecondaryWeaponSlot; // For legion artifacts: which slot is used by child item
|
||||
}
|
||||
|
||||
public enum EquipmentSetType
|
||||
|
||||
Reference in New Issue
Block a user