DB/Movie

From wowdev
Revision as of 02:46, 20 July 2016 by Synric (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

≥ Wrath

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 {
  uint32_t m_ID;
  uint32_t m_volume;
  uint32_t m_keyID;
  uint32_t m_audioFileDataID;
  uint32_t m_subtitleFileDataID;
};