DB/ComponentModelFileData

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

8.0.1.25902

struct ComponentModelFileDataRec {
  // uint32_t Id; // filedata
  uint8_t Gender; // gender (0, 1, 2)
  uint8_t Class; // classID
  uint8_t Race; // RaceID
  int8_t Index; // -1, 0, 1 (this is only useful for shoulders?)
};