DB/UISoundLookups: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Template:Sandbox/VersionRange|min_expansionlevel=1|max_expansionlevel=3}}
Defines sounds used in different areas of the UI  
Defines sounds used in different areas of the UI  



Revision as of 03:45, 20 July 2016

Vanilla … Wrath

Defines sounds used in different areas of the UI

0.5.3.3368

struct UISoundLookupsRec {
  uint32_t m_ID;
  uint32_t m_SoundID;
  stringref m_SoundName;
};

Structure

Column	Field 			Type 	
1 	ID 			Integer 	
2 	iRefID_SoundEntries 	Integer 	
3 	Internal Name 		String