DB/MovieFileData

From wowdev
Revision as of 00:57, 13 February 2016 by Marlamin (talk | contribs) (Marlamin moved page MovieFileData.dbc to DB/MovieFileData)
Jump to navigation Jump to search

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