DB/Material: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:
[[Category:DBC]]
[[Category:DBC]]
[[Category:DBC_WotLK]]
[[Category:DBC_WotLK]]
[[Category:DBC_WoD]][[Category:6.0.1.18179]]

Revision as of 00:59, 6 November 2014

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