DB/TerrainTypeSounds

From wowdev
Revision as of 23:58, 17 August 2015 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Structure

Column	Field 	Type 		
1 	ID 	Integer		

6.0.1.18179

struct TerrainTypeSoundsRec {
  foreign_key<uint32_t, &SoundEntriesRec::m_ID> m_ID;    // both, key and foreign key
};