DB/AreaMIDIAmbiences: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=0|min_build=0.5.3.3368|max_build=0.6.0.3592}}
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=0|min_build=0.5.3.3368|max_build=0.6.0.3592}}
This DBC was removed after 0.6.0.3592.


The [https://en.wikipedia.org/wiki/DLS_format DLS] files are custom soundbanks used in conjunction with MIDI files. These were removed from the client around version 1.0.0.3980.
The [https://en.wikipedia.org/wiki/DLS_format DLS] files are custom soundbanks used in conjunction with MIDI files. These were removed from the client around version 1.0.0.3980.

Revision as of 19:09, 2 September 2017

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