DB/FootstepTerrainLookup

From wowdev
Revision as of 03:04, 11 July 2014 by Schlumpf (talk | contribs) (add full and correct info for 6.0.1.18179)
Jump to navigation Jump to search

Header Info

Records...................190
Fields......................5
Record Size................20
String Block Size...........1

Structure

Column 	Field 				Type 
1 	ID 				Integer 	
2 	iRefID_GroundEffectDoodad 	Integer 	
3 	iRefID_TerrainType 		Integer 	
4 	iRefID_SoundEntries_dry 	Integer 	
5 	iRefID_SoundEntries_wet 	Integer 	

Retrieved from "http://www.sourcepeek.com/wiki/FootstepTerrainLookup.dbc"

6.0.1.18179

struct FootstepTerrainLookupRec {
  int m_ID;
  int m_CreatureFootstepID;
  int m_TerrainSoundID;
  int m_SoundID;
  int m_SoundIDSplash;
};