diff options
| author | Julio A. Leyva Osorio <tony931023@gmail.com> | 2021-07-16 16:23:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 22:23:43 +0200 |
| commit | 9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd (patch) | |
| tree | cc7fe36188f6d9144baaddecdc35ed77a2eb1a36 /docs/guild_member.md | |
| parent | 535ad2787b77d2ffd79b6788e38156ec5144ca7f (diff) | |
| download | wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.gz wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.tar.bz2 wiki-9fd9a07f1c51200cdaf4fd5e13e7cec24fe3bbcd.zip | |
chore: characters (#584)
* Update account_data.md
* Update account_instance_times.md
* Update account_tutorial.md
* Update addons.md
* Update arena_team.md
* Fix arena_team.md
* Update arena_team_member.md
* Update auctionhouse.md
* Update banned_addons.md
* Update battleground_deserters.md
* Update bugreport.md
* Update calendar_events.md
* fix calendar_events.md
* fix
* fix
* fix3
* update calendar_invites.md
* update channels.md
* fix channels.md
* fix channels.md
* update channels_bans.md
* update channels_bans.md
* update petition.md
* fix 4
* Update characters.md
* Update worlstates.md
* Update gm_ticket.md
* + Update
* + update 2.md
* + update 3
* update + characters.md
* + update 4.md
* + update 5.md
* update characters, thanks @r-o-b-o-t-o
* fix +
* + Update 6
* + Update 7
* + Update 8
* + Update 9
* Fix + @Kitzunu
Diffstat (limited to 'docs/guild_member.md')
| -rw-r--r-- | docs/guild_member.md | 66 |
1 files changed, 11 insertions, 55 deletions
diff --git a/docs/guild_member.md b/docs/guild_member.md index accd8f7..eb935b2 100644 --- a/docs/guild_member.md +++ b/docs/guild_member.md @@ -8,61 +8,33 @@ This table holds information on the members of all guilds, their ranks in the gu **Structure** -| Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-------------------------|-------------|------------|--------|------|---------|-------|---------------------| -| [guildid][1] | INT | UNSIGNED | | NO | | | Guild Identificator | -| [guid][2] | INT | UNSIGNED | Unique | NO | | | | -| [rank][3] | TINYINT | UNSIGNED | | NO | | | | -| [pnote][4] | VARCHAR(31) | | | NO | | | | -| [offnote][5] | VARCHAR(31) | | | NO | | | | -| [BankResetTimeMoney][6] | INT | UNSIGNED | | NO | | | | -| [BankRemMoney][7] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab0][8] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab0][9] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab1][10] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab1][11] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab2][12] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab2][13] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab3][14] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab3][15] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab4][16] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab4][17] | INT | UNSIGNED | | NO | | | | -| [BankResetTimeTab5][18] | INT | UNSIGNED | | NO | | | | -| [BankRemSlotsTab5][19] | INT | UNSIGNED | | NO | | | | +| Field | Type | Attributes | Key | Null | Default | Extra | Comment | +| ------------ | ----------- | ---------- | ------ | ---- | ------- | ----- | ------------------- | +| [guildid][1] | INT | UNSIGNED | | NO | | | Guild Identificator | +| [guid][2] | INT | UNSIGNED | Unique | NO | | | | +| [rank][3] | TINYINT | UNSIGNED | | NO | | | | +| [pnote][4] | VARCHAR(31) | SIGNED | | NO | | | | +| [offnote][5] | VARCHAR(31) | SIGNED | | NO | | | | [1]: #guildid [2]: #guid [3]: #rank [4]: #pnote [5]: #offnote -[6]: #bankresettimemoney -[7]: #bankremmoney -[8]: #bankresettimetab0 -[9]: #bankremslotstab0 -[10]: #bankresettimetab1 -[11]: #bankremslotstab1 -[12]: #bankresettimetab2 -[13]: #bankremslotstab2 -[14]: #bankresettimetab3 -[15]: #bankremslotstab3 -[16]: #bankresettimetab4 -[17]: #bankremslotstab4 -[18]: #bankresettimetab5 -[19]: #bankremslotstab5 **Description of the fields** ### guildid -The ID of the guild that the member is a part of. See guild.guildid +The ID of the guild that the member is a part of. See [guild.guildid](guild#guildid). ### guid -The GUID of the player. See characters.guid +The GUID of the player. See [characters.guid](characters#guid). ### rank -The rank that the player has in the guild. See guild\_rank.rid +The rank that the player has in the guild. See [guild\_rank.rid](Guild_rank#rid). ### pnote @@ -70,20 +42,4 @@ The note set by the player that can be read by everyone. ### offnote -The note set by officers in the guild that can only be read by other officers of the guild. - -### BankResetTimeMoney - -`field-no-description|6` - -### BankRemMoney - -`field-no-description|7` - -### BankResetTimeTab0-5 - -`field-no-description|8` - -### BankRemSlotsTab0-5 - -`field-no-description|9` +The note set by officers in the guild that can only be read by other officers of the guild.
\ No newline at end of file |
