DB/AreaMIDIAmbiences: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
__TOC__
{{Template:Sandbox/VersionRange|min_expansionlevel=0|max_expansionlevel=0|min_build=0.5.3.3368|max_build=0.6.0.3592}}
Removed in (X)
 
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.


==Classic==
===0.5.3.3368===
====Struct====
====Struct====
  struct AreaMIDIAmbiencesRec {
  struct AreaMIDIAmbiencesRec {

Revision as of 15:24, 2 September 2017

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