SpellSchool

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/spell/spell_common.wowm:35.

enum SpellSchool : u8 {
    NORMAL = 0;
    HOLY = 1;
    FIRE = 2;
    NATURE = 3;
    FROST = 4;
    SHADOW = 5;
    ARCANE = 6;
}

Type

The basic type is u8, a 1 byte (8 bit) integer.

Enumerators

EnumeratorValueComment
NORMAL0 (0x00)Physical, Armor
HOLY1 (0x01)
FIRE2 (0x02)
NATURE3 (0x03)
FROST4 (0x04)
SHADOW5 (0x05)
ARCANE6 (0x06)

Used in: