DB/ModelFileData: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "Added in Legion == 7.0.1.21737 == {| style="background:#FCFCFC; color:black" |- ! width="80" | Column ! width="180" | Field ! width="80" | Type ! width="500" | Notes |- s...")
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Added in Legion
 
{{Template:Sandbox/VersionRange|min_expansionlevel=6}}
 


== 7.0.1.21737 ==
== 7.0.1.21737 ==
Line 16: 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;
};