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/arena_team.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/arena_team.md')
| -rw-r--r-- | docs/arena_team.md | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/docs/arena_team.md b/docs/arena_team.md index 6949de6..d728f56 100644 --- a/docs/arena_team.md +++ b/docs/arena_team.md @@ -10,21 +10,21 @@ This table holds the main ArenaTeam information. All created teams or all teams | Field | Type | Attributes | Key | Null | Default | Extra | Comment | | --------------------- | ----------- | ---------- | --- | ---- | ------- | ------ | ------- | -| [arenaTeamId][1] | INT | UNSIGNED | PRI | NO | | Unique | | +| [arenaTeamId][1] | INT | UNSIGNED | PRI | NO | 0 | Unique | | | [name][2] | VARCHAR(24) | | | NO | | | | -| [captainGuid][3] | INT | UNSIGNED | | NO | | | | -| [type][4] | TINYINT | UNSIGNED | | NO | | | | -| [rating][5] | SMALLINT | UNSIGNED | | NO | | | | -| [seasonGames][6] | SMALLINT | UNSIGNED | | NO | | | | -| [seasonWins][7] | SMALLINT | UNSIGNED | | NO | | | | -| [weekGames][8] | SMALLINT | UNSIGNED | | NO | | | | -| [weekWins][9] | SMALLINT | UNSIGNED | | NO | | | | -| [rank][10] | INT | UNSIGNED | | NO | | | | -| [BackgroundColor][11] | INT | UNSIGNED | | NO | | | | -| [EmblemStyle][12] | TINYINT | UNSIGNED | | NO | | | | -| [EmblemColor][13] | INT | UNSIGNED | | NO | | | | -| [BorderStyle][14] | TINYINT | UNSIGNED | | NO | | | | -| [BorderColor][15] | INT | UNSIGNED | | NO | | | | +| [captainGuid][3] | INT | UNSIGNED | | NO | 0 | | | +| [type][4] | TINYINT | UNSIGNED | | NO | 0 | | | +| [rating][5] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [seasonGames][6] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [seasonWins][7] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [weekGames][8] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [weekWins][9] | SMALLINT | UNSIGNED | | NO | 0 | | | +| [rank][10] | INT | UNSIGNED | | NO | 0 | | | +| [BackgroundColor][11] | INT | UNSIGNED | | NO | 0 | | | +| [emblemStyle][12] | TINYINT | UNSIGNED | | NO | 0 | | | +| [emblemColor][13] | INT | UNSIGNED | | NO | 0 | | | +| [borderStyle][14] | TINYINT | UNSIGNED | | NO | 0 | | | +| [borderColor][15] | INT | UNSIGNED | | NO | 0 | | | [1]: #arenateamid [2]: #name @@ -46,15 +46,15 @@ This table holds the main ArenaTeam information. All created teams or all teams ### arenaTeamId -The ID of the ArenaTeam. This number is unique to each team and is the main method to identify a team.1 +The ID of the ArenaTeam. This number is unique to each team and is the main method to identify a team. ### name -Name of the Arena team +Name of the Arena team. ### captainGuid -The GUID of the character who created the ArenaTeam. See [characters.guid](2129969.html#characters(table)-guid) +The GUID of the character who created the ArenaTeam. See [characters.guid](characters#guid). ### type @@ -90,20 +90,20 @@ Rank of teams in the competition by rating. ### BackgroundColor -Team-tabard BackgroundColor (same as guild-tabard) +Team-tabard BackgroundColor (same as guild-tabard). -### EmblemStyle +### emblemStyle -Team-tabard Emblem (same as guild-tabard) +Team-tabard Emblem (same as guild-tabard). -### EmblemColor +### emblemColor -Team-tabard EmblemColor (same as guild-tabard) +Team-tabard emblemColor (same as guild-tabard). -### BorderStyle +### borderStyle -Team-tabard Bordertype (same as guild-tabard) +Team-tabard Bordertype (same as guild-tabard). -### BorderColor +### borderColor -Team-tabard BorderColor (same as guild-tabard) +Team-tabard borderColor (same as guild-tabard). |
