DB/SpellCategory: Difference between revisions

From wowdev
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
==Header Info ==
Records...................193
Fields......................2
Record Size.................8
String Block Size...........1
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  

Revision as of 00:57, 23 February 2016

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	flags 	Integer 	ID.170 = 1; ID.351 = 2; 

6.0.1.18179

struct SpellCategoryRec {
  uint32_t m_ID;
  uint32_t m_flags;
  uint8_t m_usesPerWeek;
  uint8_t padding_0[3];
  stringref m_name_lang;
  uint32_t m_maxCharges;
  uint32_t m_chargeRecoveryTime;
};