Expansion

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_auth_response.wowm:59.

enum Expansion : u8 {
    VANILLA = 0;
    THE_BURNING_CRUSADE = 1;
}

Type

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

Enumerators

EnumeratorValueComment
VANILLA0 (0x00)
THE_BURNING_CRUSADE1 (0x01)

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/character_screen/smsg_auth_response.wowm:99.

enum Expansion : u8 {
    VANILLA = 0;
    THE_BURNING_CRUSADE = 1;
    WRATH_OF_THE_LICH_KING = 2;
}

Type

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

Enumerators

EnumeratorValueComment
VANILLA0 (0x00)
THE_BURNING_CRUSADE1 (0x01)
WRATH_OF_THE_LICH_KING2 (0x02)

Used in: