Back to 'guild_bank_right' Return to characters Go to 'guild_eventlog'
This table holds information on all the tabs in use for all guilds that make use of the guild bank.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guildid | int | unsigned | PRI | NO | 0 | ||
TabId | tinyint | unsigned | PRI | NO | 0 | ||
TabName | varchar(16) | NO | '' | ||||
TabIcon | varchar(100) | NO | '' | ||||
TabText | varchar(500) | YES | NULL |
references guild.guildid.
tab index (Range: 0 – 5)
The name assigned to the tab.
The icon assigned to the tab.
An icon string like INV_Misc_QuestionMark
.
The description assigned to the tab.
Back to 'guild_bank_right' Return to characters Go to 'guild_eventlog'