DB/ItemClass

From wowdev
Revision as of 11:37, 23 February 2016 by Mjollna (talk | contribs)
Jump to navigation Jump to search

Structure

Column	Field 		Type 		Notes 
1 	ID 		Integer 	
2 	Subclass? 	Integer 	pointing back to an other ID ;)
3 	isWeapon? 	Boolean 	Only set on id=2 (name="Weapon", subclass=2)
4-20 	Name 		String + Loc	

6.0.1.18179

struct ItemClassRec {
  uint32_t m_classID;
  uint32_t m_flags;
  float m_priceModifier;
  stringref m_className_lang;
};