Skip to content

guild_bank_tab

This table holds information on all the tabs in use for all guilds that make use of the guild bank.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
guildidintunsignedPRINO0
TabIdtinyintunsignedPRINO0
TabNamevarchar(16)NO''
TabIconvarchar(100)NO''
TabTextvarchar(500)YESNULL
 

Description of fields ​

guildid ​

references guild.guildid.  

TabId ​

tab index (Range: 0 – 5)  

TabName ​

The name assigned to the tab.  

TabIcon ​

The icon assigned to the tab. An icon string like INV_Misc_QuestionMark.  

TabText ​

The description assigned to the tab.