DB/Movie

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