DB/ItemClass: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page ItemClass.dbc to DB/ItemClass)
mNo edit summary
Line 1: Line 1:
==Header Info ==
Records....................16
Fields.....................20
Record Size................48
String Block Size.........176
==Structure==
==Structure==
  '''Column Field Type Notes'''  
  '''Column Field Type Notes'''  
Line 11: Line 5:
  3 isWeapon? Boolean Only set on id=2 (name="Weapon", subclass=2)
  3 isWeapon? Boolean Only set on id=2 (name="Weapon", subclass=2)
  4-20 Name String + [[Loc]]
  4-20 Name String + [[Loc]]
--[[User:Schlumpf|schlumpf_]] 00:24, 24 August 2007 (CEST)


==6.0.1.18179==
==6.0.1.18179==

Revision as of 00:20, 23 February 2016

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