DB/ItemDisplayInfoMaterialRes

From wowdev
Revision as of 04:25, 6 January 2021 by Selzier (talk | contribs) (→‎Texture Slots)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

≥ Legion


7.0.1.21737

Column Field Type Notes
1 ID Integer
2 ModelID iRefID
3 TextureRefID iRefID
4 TextureSlot Integer
5 Unknown Integer Always 0
6 Unknown Integer Always 0
7 Unknown Integer Always 0

Texture Slots

  • UpperArm: 0
  • LowerArm: 1
  • Hands: 2
  • UpperTorso: 3
  • LowerTorso: 4
  • UpperLeg: 5
  • LowerLeg: 6
  • Foot: 7
  • Accessory: 8

Synric 12th July 2016

8.0.1.25902

struct ItemDisplayInfoMaterialResRec {
  // uint32_t Id;
  uint32_t TextureId;
  uint8_t TextureSection;
  uint32_t DisplayId;
};