DB/ModelFileData: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 18: Line 18:
|}
|}
[[User:Synric|Synric]] 12th July 2016
[[User:Synric|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;
};


[[Category:DBC_Legion]][[[Category:7.0.1.23717]]
[[Category:DBC_Legion]][[Category:7.0.1.23717]]

Latest revision as of 23:01, 2 February 2018

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