DB/AreaMIDIAmbiences

From wowdev
Jump to navigation Jump to search

PreVanilla (0.5.3.3368) … PreVanilla (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;
};