GuildEmblemResult
Client Version 1
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/msg_save_guild_emblem_server.wowm:1
.
enum GuildEmblemResult : u32 {
SUCCESS = 0;
INVALID_TABARD_COLORS = 1;
NO_GUILD = 2;
NOT_GUILD_MASTER = 3;
NOT_ENOUGH_MONEY = 4;
NO_MESSAGE = 5;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
SUCCESS | 0 (0x00) | Guild Emblem saved. |
INVALID_TABARD_COLORS | 1 (0x01) | |
NO_GUILD | 2 (0x02) | vmangos: You are not part of a guild! |
NOT_GUILD_MASTER | 3 (0x03) | vmangos: Only guild leaders can create emblems. |
NOT_ENOUGH_MONEY | 4 (0x04) | vmangos: You can't afford to do that. |
NO_MESSAGE | 5 (0x05) | mangoszero: This version fails silently. |
Used in:
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/guild/msg_save_guild_emblem_server.wowm:17
.
enum GuildEmblemResult : u32 {
SUCCESS = 0;
INVALID_TABARD_COLORS = 1;
NO_GUILD = 2;
NOT_GUILD_MASTER = 3;
NOT_ENOUGH_MONEY = 4;
INVALID_VENDOR = 5;
}
Type
The basic type is u32
, a 4 byte (32 bit) little endian integer.
Enumerators
Enumerator | Value | Comment |
---|---|---|
SUCCESS | 0 (0x00) | |
INVALID_TABARD_COLORS | 1 (0x01) | |
NO_GUILD | 2 (0x02) | |
NOT_GUILD_MASTER | 3 (0x03) | |
NOT_ENOUGH_MONEY | 4 (0x04) | |
INVALID_VENDOR | 5 (0x05) |
Used in: