LfgTeleportError

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/lfg/smsg_lfg_teleport_denied.wowm:1.

enum LfgTeleportError : u32 {
    PLAYER_DEAD = 1;
    FALLING = 2;
    IN_VEHICLE = 3;
    FATIGUE = 4;
    INVALID_LOCATION = 6;
    COMBAT = 8;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
PLAYER_DEAD1 (0x01)
FALLING2 (0x02)
IN_VEHICLE3 (0x03)
FATIGUE4 (0x04)
INVALID_LOCATION6 (0x06)
COMBAT8 (0x08)azerothcore: It can be 7 or 8

Used in: