DB/MovieVariation

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

≥ Wrath

9183,12340

Column Field Type Notes
0 ID Integer
1 movieID Integer
2 fileDataID iRefID Refers to FileData.dbc and MovieFileData.dbc

6.0.1.18179

struct MovieVariationRec {
  uint32_t m_ID;
  uint32_t m_movieID;
  uint32_t m_fileDataID;
  uint32_t m_OverlayFileDataID;
};