DB/ItemDisplayInfoMaterialRes: Difference between revisions

From wowdev
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Added in Legion
 
{{Template:Sandbox/VersionRange|min_expansionlevel=7}}
 
 
== 7.0.1.21737 ==
== 7.0.1.21737 ==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
Line 32: Line 35:
* LowerLeg: 6
* LowerLeg: 6
* Foot: 7
* Foot: 7
* ?: 8
* Accessory: 8
[[User:Synric|Synric]] 12th July 2016
[[User:Synric|Synric]] 12th July 2016
==8.0.1.25902==
struct ItemDisplayInfoMaterialResRec {
  // uint32_t Id;
  uint32_t TextureId;
  uint8_t TextureSection;
  uint32_t DisplayId;
};


[[Category:DBC]] [[Category:DBC_Legion]] [[Category:7.0.1.21737]]
[[Category:DBC]] [[Category:DBC_Legion]] [[Category:7.0.1.21737]]

Latest revision as of 04:25, 6 January 2021

≥ 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;
};