PvpFlags

Client Version 1.12

Used in FactionTemplate.dbc.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/external/pvp_flags.wowm:2.

flag PvpFlags : u16 {
    PVP_FLAGGED = 0x800;
    ATTACK_PVPING_PLAYERS = 0x1000;
}

Type

The basic type is u16, a 2 byte (16 bit) little endian integer.

Enumerators

EnumeratorValueComment
PVP_FLAGGED2048 (0x800)
ATTACK_PVPING_PLAYERS4096 (0x1000)

Used in: