ItemQuality

Client Version 1.12, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/social_common.wowm:11.

enum ItemQuality : u8 {
    POOR = 0;
    NORMAL = 1;
    UNCOMMON = 2;
    RARE = 3;
    EPIC = 4;
    LEGENDARY = 5;
    ARTIFACT = 6;
}

Type

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

Enumerators

EnumeratorValueComment
POOR0 (0x00)
NORMAL1 (0x01)
UNCOMMON2 (0x02)
RARE3 (0x03)
EPIC4 (0x04)
LEGENDARY5 (0x05)
ARTIFACT6 (0x06)

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/social/social_common_3_3_5.wowm:491.

enum ItemQuality : u8 {
    POOR = 0;
    NORMAL = 1;
    UNCOMMON = 2;
    RARE = 3;
    EPIC = 4;
    LEGENDARY = 5;
    ARTIFACT = 6;
    HEIRLOOM = 7;
}

Type

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

Enumerators

EnumeratorValueComment
POOR0 (0x00)
NORMAL1 (0x01)
UNCOMMON2 (0x02)
RARE3 (0x03)
EPIC4 (0x04)
LEGENDARY5 (0x05)
ARTIFACT6 (0x06)
HEIRLOOM7 (0x07)

Used in: