DB/ItemSubClassMask: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Barncastle (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== | ==1.12.1.5875== | ||
struct ItemSubClassMaskRec { | |||
uint32_t m_classID; | |||
uint32_t m_mask; | |||
{{Template:Type|langstringref}} m_name_lang; | |||
}; | |||
==Structure== | ==Structure== | ||
'''Column Field Type Notes''' | '''Column Field Type Notes''' | ||
1 class_ID Integer | 1 class_ID Integer | ||
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 | 3-19 sRefName [[Loc]] | ||
==6.0.1.18179== | ==6.0.1.18179== | ||
Line 16: | Line 16: | ||
uint32_t m_classID; | uint32_t m_classID; | ||
uint32_t m_mask; | uint32_t m_mask; | ||
{{Template:Type|langstringref}} m_name_lang; | |||
}; | }; | ||
[[Category:DBC]] | [[Category:DBC]] | ||
[[Category:DBC_Vanilla]] | |||
[[Category:DBC_WotLK]] | [[Category:DBC_WotLK]] | ||
[[Category:DBC_WoD]][[Category:6.0.1.18179]] | [[Category:DBC_WoD]][[Category:6.0.1.18179]] |
Latest revision as of 14:10, 12 October 2017
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; };