LootMethod

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/loot/smsg_loot_response.wowm:1.

enum LootMethod : u8 {
    ERROR = 0;
    CORPSE = 1;
    PICKPOCKETING = 2;
    FISHING = 3;
    DISENCHANTING = 4;
    SKINNING = 6;
    FISHINGHOLE = 20;
    FISHING_FAIL = 21;
    INSIGNIA = 22;
}

Type

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

Enumerators

EnumeratorValueComment
ERROR0 (0x00)
CORPSE1 (0x01)
PICKPOCKETING2 (0x02)
FISHING3 (0x03)
DISENCHANTING4 (0x04)
SKINNING6 (0x06)unsupported by client, send LOOT_PICKPOCKETING instead
FISHINGHOLE20 (0x14)unsupported by client, send LOOT_FISHING instead
FISHING_FAIL21 (0x15)unsupported by client, send LOOT_FISHING instead
INSIGNIA22 (0x16)unsupported by client, send LOOT_CORPSE instead

Used in: