diff options
Diffstat (limited to 'docs/guild_bank_right.md')
| -rw-r--r-- | docs/guild_bank_right.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/guild_bank_right.md b/docs/guild_bank_right.md index 09bea81..80c6566 100644 --- a/docs/guild_bank_right.md +++ b/docs/guild_bank_right.md @@ -8,13 +8,13 @@ This table hold informations regarding the right guild member have to withdraw, **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 | | | | [rid][3] | TINYINT | UNSIGNED | PRI | NO | 0 | | | | [gbright][4] | TINYINT | UNSIGNED | | NO | 0 | | | -| [SlotPerDay][5] | INT | UNSIGNED | | NO | 0 | | | +| [SlotPerDay][5] | INT | UNSIGNED | | NO | 0 | | | [1]: #guildid [2]: #tabid @@ -52,4 +52,4 @@ FLAGS: ### SlotPerDay -The number of items that a player can withdraw per day (if permissions give him the right to withdraw items). +The number of items that a player can withdraw per day (if permissions give him the right to withdraw items).
\ No newline at end of file |
