DB/ItemSubClassMask: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (Marlamin moved page ItemSubClassMask.dbc to DB/ItemSubClassMask)
mNo edit summary
Line 10: Line 10:
  2 iRefMask_[[ItemSubClass.dbc|ItemSubClass]] BitMask ID's to array $keys for column two in [[ItemSubClass.dbc]]
  2 iRefMask_[[ItemSubClass.dbc|ItemSubClass]] BitMask ID's to array $keys for column two in [[ItemSubClass.dbc]]
  3-19 sRefName String + [[Loc]]
  3-19 sRefName String + [[Loc]]
Retrieved from "http://www.sourcepeek.com/wiki/ItemSubClassMask.dbc"


==6.0.1.18179==
==6.0.1.18179==

Revision as of 00:08, 22 February 2016

Header Info

Records.....................4
Fields.....................19
Record Size................44
String Block Size..........59

Structure

Column	Field 			Type 		Notes 
1 	class_ID 		Integer 	
2 	iRefMask_ItemSubClass 	BitMask 	ID's to array $keys for column two in ItemSubClass.dbc
3-19 	sRefName 		String + Loc 	

6.0.1.18179

struct ItemSubClassMaskRec {
  uint8_t padding_0[4];
  uint32_t m_classID;
  uint32_t m_mask;
  stringref m_name_lang;
};