DB/ComponentModelFileData

From wowdev
Revision as of 21:55, 2 February 2018 by Schlumpf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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?)
};