DB/Movie

From wowdev
Revision as of 03:08, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

9183,12340

Column Field Type Notes
0 ID Integer
1 MoviePath String The Path+Name of the Movie in the locale folder.
2 volume Integer always 100

6.0.1.18179

struct MovieRec {
  int m_ID;
  int m_volume;
  int m_keyID;
  int m_audioFileDataID;
  int m_subtitleFileDataID;
};