TrainingFailureReason

Client Version 1, Client Version 2, Client Version 3

These errors are only printed in client console.

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/spell/smsg_trainer_buy_failed.wowm:4.

enum TrainingFailureReason : u32 {
    UNAVAILABLE = 0;
    NOT_ENOUGH_MONEY = 1;
    NOT_ENOUGH_SKILL = 2;
}

Type

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

Enumerators

EnumeratorValueComment
UNAVAILABLE0 (0x00)Trainer service %d unavailable.
NOT_ENOUGH_MONEY1 (0x01)Not enough money for trainer service %d.
NOT_ENOUGH_SKILL2 (0x02)Not enough skill points for trainer service %d.

Used in: