DB/MovieFileData: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page MovieFileData.dbc to DB/MovieFileData)
No edit summary
 
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183,12340==
==9183,12340==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"

Latest revision as of 02:46, 20 July 2016

≥ Wrath

9183,12340

Column Field Type Notes
0 ID Integer The same as in FileData.dbc
1 Resolution Integer 800 or 1024

6.0.1.18179

struct MovieFileDataRec {
  uint32_t m_FileDataID;
  uint32_t m_resolution;
};