DB/ZoneMusic

From wowdev
Revision as of 03:22, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

This table contains the music that is played in zones.

Structure

Column Field Type Notes
1 ID Integer
2 Name String
3 SilenceIntervalMinDay Integer
4 SilenceIntervalMinNight Integer
5 SilenceIntervalMaxDay Integer
6 SilenceIntervalMaxNight Integer
7 DayMusic iRefID Whats played on days.
8 NightMusic iRefID And in the night.

Retrieved from "http://www.sourcepeek.com/wiki/ZoneMusic.dbc"

6.0.1.18179

struct ZoneMusicRec {
  int m_ID;
  stringref m_SetName;
  int m_SilenceIntervalMin[2];
  int m_SilenceIntervalMax[2];
  int m_Sounds[2];
};