DB/ComponentTextureFileData

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Legion

7.1.0.22996

Column Field Type Notes
1 FileDataCompleteID iRefID
2 Gender Integer 0 for male, 1 for female, 3 for unisex
3 Class Integer Used to allocate demon hunter specific textures to demon hunters (class 12)
4 Unknown Integer Always 0

8.0.1.25902

struct ComponentTextureFileDataRec {
  // uint32_t Id; // filedata
  uint8_t Gender; // gender (0, 1, 3)
  uint8_t Class; // classID
  uint8_t Race; // RaceID
};