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
Enumerator | Value | Comment |
---|---|---|
PLAYER_DEAD | 1 (0x01) | |
FALLING | 2 (0x02) | |
IN_VEHICLE | 3 (0x03) | |
FATIGUE | 4 (0x04) | |
INVALID_LOCATION | 6 (0x06) | |
COMBAT | 8 (0x08) | azerothcore: It can be 7 or 8 |
Used in: