DB/ComponentModelFileData

From wowdev
Jump to navigation Jump to search

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