DB/AreaMIDIAmbiences

From wowdev
Revision as of 15:24, 2 September 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

PreVanilla (0.5.3.3368) … PreVanilla (0.6.0.3592)

This DBC was removed after 0.6.0.3592.

The DLS files are custom soundbanks used in conjunction with MIDI files. These were removed from the client around version 1.0.0.3980.

Struct

struct AreaMIDIAmbiencesRec {
  uint32_t m_ID;
  stringref m_DaySequence;
  stringref m_NightSequence;
  stringref m_DLSFile;
  float m_volume;
};