Core/PacketIO: 9.1.0 opcodes and packet structures

Port From (https://github.com/TrinityCore/TrinityCore/commit/cd5357dc185f95c6ef78089c5ab8bd2b885dd89f)
This commit is contained in:
hondacrx
2021-08-08 13:10:49 -04:00
parent 5dd83ff0cd
commit 491ec3333c
39 changed files with 1720 additions and 1342 deletions
+4 -2
View File
@@ -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