DB/FootstepTerrainLookup: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (add full and correct info for 6.0.1.18179)
mNo edit summary
Line 16: Line 16:
==6.0.1.18179==
==6.0.1.18179==
  struct FootstepTerrainLookupRec {
  struct FootstepTerrainLookupRec {
   int m_ID;
   uint32_t m_ID;
   int m_CreatureFootstepID;
   uint32_t m_CreatureFootstepID;
   int m_TerrainSoundID;
   uint32_t m_TerrainSoundID;
   int m_SoundID;
   uint32_t m_SoundID;
   int m_SoundIDSplash;
   uint32_t m_SoundIDSplash;
  };
  };
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]

Revision as of 20:40, 2 November 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 {
  uint32_t m_ID;
  uint32_t m_CreatureFootstepID;
  uint32_t m_TerrainSoundID;
  uint32_t m_SoundID;
  uint32_t m_SoundIDSplash;
};