BuyBankSlotResult

Client Version 1, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/item/smsg_buy_bank_slot_result.wowm:3.

enum BuyBankSlotResult : u32 {
    FAILED_TOO_MANY = 0;
    INSUFFICIENT_FUNDS = 1;
    NOT_BANKER = 2;
    OK = 3;
}

Type

The basic type is u32, a 4 byte (32 bit) little endian integer.

Enumerators

EnumeratorValueComment
FAILED_TOO_MANY0 (0x00)
INSUFFICIENT_FUNDS1 (0x01)
NOT_BANKER2 (0x02)
OK3 (0x03)

Used in: