DB/ItemSubClassMask

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

1.12.1.5875

struct ItemSubClassMaskRec {
  uint32_t m_classID;
  uint32_t m_mask;
  langstringref m_name_lang;
};

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 		Loc

6.0.1.18179

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