DB/ModelFileData

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.

≥ WoD


7.0.1.21737

Column Field Type Notes
1 ID Integer
2 Unknown Integer
3 FileDataCompleteID iRefID

Synric 12th July 2016

8.0.1.25902

struct ModelFileDataRec {
  uint8_t Unk1; // 0...1 added in 8.0.1
  uint8_t Unk2; // 0...3 (gender?)
  uint32_t Id; // filedata
  uint32_t ModelId;
};