Guild - cmangos/issues GitHub Wiki
Back to characters database list of tables.
This table holds the main guild information. All created guilds or all guilds in the process of being created have a record in this table.
Field | Type | Null | Key | Default | Extra |
guildid | int(6) unsigned | NO | PRI | 0 | |
name | varchar(255) | NO | |||
leaderguid | int(6) unsigned | NO | 0 | ||
EmblemStyle | int(5) | NO | 0 | ||
EmblemColor | int(5) | NO | 0 | ||
BorderStyle | int(5) | NO | 0 | ||
BorderColor | int(5) | NO | 0 | ||
BackgroundColor | int(5) | NO | 0 | ||
info | text | NO | |||
motd | varchar(255) | NO | |||
createdate | datetime | YES | |||
BankMoney | bigint(20) | NO | 0 |
The ID of the guild. This number is unique to each guild and is the main method to identify a guild.
The guild name.
The GUID of the character who created the guild. See character.guid
The emblem style of the guild tabard.
The emblem color of the guild tabard.
The border style of the guild tabard.
The border color of the guild tabard.
The background color of the guild tabard.
The text message that appears in the Guild Information box.
The text that appears in the Message Of The Day box.
The date when the guild was created.
The total money, in copper, that is currently in the guild’s guild bank.