DB/ModelFileData

From wowdev
Revision as of 23:01, 2 February 2018 by Schlumpf (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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