Back to 'guild_bank_eventlog' Return to characters Go to 'guild_bank_right'
This table holds all item information for items that are stored in the guild bank.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| guildid | int | unsigned | PRI | NO | 0 | ||
| TabId | tinyint | unsigned | PRI | NO | 0 | ||
| SlotId | tinyint | unsigned | PRI | NO | 0 | ||
| item_guid | int | unsigned | MUL | NO | 0 |
references guild.guildid.
The TabId where the item is currently placed in.
(Range: 0 – 5)
The slot inside the tab where the item is currently placed in.
(Range: 0 – 97)
The item guid of the stored item.
Back to 'guild_bank_eventlog' Return to characters Go to 'guild_bank_right'