diff options
| author | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
|---|---|---|
| committer | FrancescoBorzi <borzifrancesco@gmail.com> | 2019-02-25 19:24:20 +0100 |
| commit | a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 (patch) | |
| tree | 91e0cde00f6f27b730b0df3f4338fcf99fa8447a /docs/character_arena_stats.md | |
| parent | d8d1823802ded97300fa57405d80b16736603489 (diff) | |
| download | wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.gz wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.tar.bz2 wiki-a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3.zip | |
Import DB wiki from TC 335
Diffstat (limited to 'docs/character_arena_stats.md')
| -rw-r--r-- | docs/character_arena_stats.md | 92 |
1 files changed, 84 insertions, 8 deletions
diff --git a/docs/character_arena_stats.md b/docs/character_arena_stats.md index 7bf62fc..018ebc7 100644 --- a/docs/character_arena_stats.md +++ b/docs/character_arena_stats.md @@ -1,8 +1,84 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_arena_stats](character_arena_stats) - -Column | Type | Description ---- | --- | --- -Guid | int(10) | -Slot | tinyint(3) | -MatchMakerRating | smallint(5) | -MaxMMR | smallint(5) | +# character\_arena\_stats + +`Back-to:Characters` + +**The \`character\_arena\_stats\` table** + +This table holds information about character's matchmaker rating in all team types. + +**Structure** + +<table> +<colgroup> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +<col width="12%" /> +</colgroup> +<tbody> +<tr class="odd"> +<td><p><strong>Field</strong></p></td> +<td><p><strong>Type</strong></p></td> +<td><p><strong>Attributes</strong></p></td> +<td><p><strong>Key</strong></p></td> +<td><p><strong>Null</strong></p></td> +<td><p><strong>Default</strong></p></td> +<td><p><strong>Extra</strong></p></td> +<td><p><strong>Comment</strong></p></td> +</tr> +<tr class="even"> +<td><p><a href="#character_arena_stats-guid">guid</a></p></td> +<td><p>int(10)</p></td> +<td><p>signed</p></td> +<td><p>PRI</p></td> +<td><p>NO</p></td> +<td><p> </p></td> +<td><p> </p></td> +<td><p> </p></td> +</tr> +<tr class="odd"> +<td><p><a href="#character_arena_stats-slot">slot</a></p></td> +<td><p>tinyint(3)</p></td> +<td><p>signed</p></td> +<td><p>PRI</p></td> +<td><p>NO</p></td> +<td><p> </p></td> +<td><p> </p></td> +<td><p> </p></td> +</tr> +<tr class="even"> +<td><p><a href="#character_arena_stats-matchmakerRating">matchmakerRating</a></p></td> +<td><p>smallint(5)</p></td> +<td><p>signed</p></td> +<td><p> </p></td> +<td><p>NO</p></td> +<td><p> </p></td> +<td><p> </p></td> +<td><p> </p></td> +</tr> +</tbody> +</table> + +**Description of the fields** + +### guid + +The GUID of the character. See characters.guid + +### slot + +Arena slot index: + +0 - 2v2 + +1 - 3v3 + +2 - 5v5 + +### matchmakerRating + +Player's matchmaker rating |
