DB/Material

From wowdev
Revision as of 20:01, 2 November 2014 by Schlumpf (talk | contribs)
Jump to navigation Jump to search

Header Info

Records.....................8
Fields......................3
Record Size................12
String Block Size...........1

Structure

Column	Field 		Type 	
1 	ID 		Integer 	
2 	Flags 		Integer 	1, 2, 4
3 	FoleySound 	iRefID 	
3 	SheathSound	iRefID	
3 	UnSheathSound 	iRefID	

6.0.1.18179

struct MaterialRec {
  uint32_t m_ID;
  uint32_t m_flags;
  uint32_t m_foleySoundID;
  uint32_t m_sheatheSoundID;
  uint32_t m_unsheatheSoundID;
};