DB/FootstepTerrainLookup: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Added Category WotLK)
m (add full and correct info for 6.0.1.18179)
Line 14: Line 14:


Retrieved from "http://www.sourcepeek.com/wiki/FootstepTerrainLookup.dbc"
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;
};
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 03:04, 11 July 2014

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