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
Enumerator | Value | Comment |
---|---|---|
GENERAL | 0 (0x00) | at least one player is in the instance |
OFFLINE | 1 (0x01) | at least one player is offline |
ZONING | 2 (0x02) | at least one player try to enter the instance (being teleported in) |
SILENTLY | 3 (0x03) |
Used in: