DB/ZoneMusic: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
m (add full and correct info for 6.0.1.18179)
Line 28: Line 28:
Retrieved from "http://www.sourcepeek.com/wiki/ZoneMusic.dbc"
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];
};
[[Category:DBC]][[Category:3.0.2.8905]]
[[Category:DBC]][[Category:3.0.2.8905]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 03:22, 11 July 2014

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