DB/Movie: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
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
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;
};