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
Enumerator | Value | Comment |
---|---|---|
POOR | 0 (0x00) | |
NORMAL | 1 (0x01) | |
UNCOMMON | 2 (0x02) | |
RARE | 3 (0x03) | |
EPIC | 4 (0x04) | |
LEGENDARY | 5 (0x05) | |
ARTIFACT | 6 (0x06) |
Used in:
- CMSG_AUCTION_LIST_ITEMS
- CMSG_AUCTION_LIST_ITEMS
- CMSG_LOOT_METHOD
- CMSG_LOOT_METHOD
- SMSG_GROUP_LIST
- SMSG_GROUP_LIST
- SMSG_ITEM_QUERY_SINGLE_RESPONSE
- SMSG_ITEM_QUERY_SINGLE_RESPONSE
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
Enumerator | Value | Comment |
---|---|---|
POOR | 0 (0x00) | |
NORMAL | 1 (0x01) | |
UNCOMMON | 2 (0x02) | |
RARE | 3 (0x03) | |
EPIC | 4 (0x04) | |
LEGENDARY | 5 (0x05) | |
ARTIFACT | 6 (0x06) | |
HEIRLOOM | 7 (0x07) |
Used in: