StableResult

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/pet/smsg_stable_result.wowm:1.

enum StableResult : u8 {
    ERR_MONEY = 0x01;
    ERR_STABLE = 0x06;
    SUCCESS_STABLE = 0x08;
    SUCCESS_UNSTABLE = 0x09;
    SUCCESS_BUY_SLOT = 0x0A;
}

Type

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

Enumerators

EnumeratorValueComment
ERR_MONEY1 (0x01)you don't have enough money
ERR_STABLE6 (0x06)currently used in most fail cases
SUCCESS_STABLE8 (0x08)table success
SUCCESS_UNSTABLE9 (0x09)unstable/swap success
SUCCESS_BUY_SLOT10 (0x0A)buy slot success

Used in:

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/pet/smsg_stable_result.wowm:22.

enum StableResult : u8 {
    ERR_MONEY = 0x01;
    ERR_STABLE = 0x06;
    SUCCESS_STABLE = 0x08;
    SUCCESS_UNSTABLE = 0x09;
    SUCCESS_BUY_SLOT = 0x0A;
    ERR_EXOTIC = 0x0C;
}

Type

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

Enumerators

EnumeratorValueComment
ERR_MONEY1 (0x01)you don't have enough money
ERR_STABLE6 (0x06)currently used in most fail cases
SUCCESS_STABLE8 (0x08)table success
SUCCESS_UNSTABLE9 (0x09)unstable/swap success
SUCCESS_BUY_SLOT10 (0x0A)buy slot success
ERR_EXOTIC12 (0x0C)you are unable to control exotic creatures

Used in: