InstanceResetFailedReason

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/raid/smsg_instance_reset_failed.wowm:1.

enum InstanceResetFailedReason : u8 {
    GENERAL = 0;
    OFFLINE = 1;
    ZONING = 2;
    SILENTLY = 3;
}

Type

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

Enumerators

EnumeratorValueComment
GENERAL0 (0x00)at least one player is in the instance
OFFLINE1 (0x01)at least one player is offline
ZONING2 (0x02)at least one player try to enter the instance (being teleported in)
SILENTLY3 (0x03)

Used in: