SkillCategory
Client Version 1, Client Version 2, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/external/skill_category.wowm:3
.
enum SkillCategory : u8 {
ATTRIBUTE = 5;
WEAPON = 6;
CLASS = 7;
ARMOR = 8;
SECONDARY_PROFESSION = 9;
LANGUAGE = 10;
PRIMARY_PROFESSION = 11;
GENERIC = 12;
}
Type
The basic type is u8
, a 1 byte (8 bit) integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
ATTRIBUTE | 5 (0x05) | Not used for anything in Vanilla and TBC, only used for Pet - Exotic Spirit Beast in Wrath. |
WEAPON | 6 (0x06) | |
CLASS | 7 (0x07) | |
ARMOR | 8 (0x08) | |
SECONDARY_PROFESSION | 9 (0x09) | |
LANGUAGE | 10 (0x0A) | |
PRIMARY_PROFESSION | 11 (0x0B) | |
GENERIC | 12 (0x0C) |
Used in: