DB/ComponentModelFileData: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with " {{Template:Sandbox/VersionRange|min_expansionlevel=7}}")
 
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:


{{Template:Sandbox/VersionRange|min_expansionlevel=7}}
{{Template:Sandbox/VersionRange|min_expansionlevel=7}}
==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?)
};
[[Category:DBC]]

Latest revision as of 22:55, 2 February 2018

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