DB/WeaponImpactSounds

From wowdev
Revision as of 23:44, 1 October 2017 by Barncastle (talk | contribs)
Jump to navigation Jump to search

Structure

Column	Field 			Type 		Notes 
1 	ID 			Integer 	
2 	WeaponSubClassID 		Integer 	
3 	ParrySoundType 		Boolean* 	
4 	iRefID_impactSoundID 	Integer[10]
14 	iRefID_critImpactSoundID 	Integer[10]	 

0.5.3.3368, 1.12.1.5875, 6.0.1.18179

struct WeaponImpactSoundsRec {
  uint32_t m_ID;
  uint32_t m_WeaponSubClassID;
  uint32_t m_ParrySoundType;
  uint32_t m_impactSoundID[10];
  uint32_t m_critImpactSoundID[10];
};