diff options
Diffstat (limited to 'docs/guild_bank_item.md')
| -rw-r--r-- | docs/guild_bank_item.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/guild_bank_item.md b/docs/guild_bank_item.md index c717ed5..bfdb4b4 100644 --- a/docs/guild_bank_item.md +++ b/docs/guild_bank_item.md @@ -8,12 +8,12 @@ This table holds all item information for items that are stored in the guild ban **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|----------------|------------|------------|-----|------|---------|-------|---------| -| [guildid][1] | INT | UNSIGNED | PRI | NO | 0 | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| -------------- | ------- | ---------- | --- | ---- | ------- | ----- | ------- | +| [guildid][1] | INT | UNSIGNED | PRI | NO | 0 | | | | [TabId][2] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [SlotId][3] | TINYINT | UNSIGNED | PRI | NO | 0 | | | -| [item_guid][4] | INT | UNSIGNED | | NO | 0 | | | +| [item_guid][4] | INT | UNSIGNED | | NO | 0 | | | [1]: #guildid [2]: #tabid @@ -24,11 +24,11 @@ This table holds all item information for items that are stored in the guild ban ### guildid -The guild ID who owns the bank. See [guild.guildid](guild_2130175.html#guild-guildid) +The guild ID who owns the bank. See [guild.guildid](guild#guildid). ### TabId -The tab ID where the item is currently placed in. See guild\_bank\_tab.TabId +The tab ID where the item is currently placed in. See [guild\_bank\_tab.TabId](guild_bank_tab#tabid). ### SlotId @@ -36,4 +36,4 @@ The slot that the item is placed in in the tab. ### item\_guid -The item guid. See [item\_instance.guid](Item+instance+tc2#Iteminstancetc2-guid) +The item guid. See [item\_instance.guid](item_instance#guid).
\ No newline at end of file |
