DB/Movie: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New page: ==9183== {| style="background:#FCFCFC; color:black" |- ! width="80" | Column ! width="180 " | Field ! width="80" | Type ! width="600" | Notes |- |0 || ID(?) || Integer || 1,2,14 |- ...)
 
No edit summary
 
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==9183==
 
{{Template:Sandbox/VersionRange|min_expansionlevel=3}}
==9183,12340==
{| style="background:#FCFCFC; color:black"
{| style="background:#FCFCFC; color:black"
|-  
|-  
Line 7: Line 9:
! width="600" | Notes
! width="600" | Notes
|-  
|-  
|0 || ID(?) || Integer  || 1,2,14
|0 || ID  || Integer  ||
|- style="background:#F0F8FF;"
|1  || MoviePath  || String || The Path+Name of the Movie in the locale Folder
|-  
|-  
|2  || unknown ||  Integer || always 100
|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;
};
[[Category:DBC]] [[Category:3.0.3.9183]] [[Category:3.3.5.12340]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

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