diff options
Diffstat (limited to 'docs/character_arena_stats.md')
| -rw-r--r-- | docs/character_arena_stats.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/character_arena_stats.md b/docs/character_arena_stats.md index 4c05e71..be49a16 100644 --- a/docs/character_arena_stats.md +++ b/docs/character_arena_stats.md @@ -9,7 +9,7 @@ This table holds information about character's matchmaker rating in all team typ **Structure** | Field | Type | Attributes | Key | Null | Default | Extra | Comment | -|-----------------------|-------------|------------|-----|------|---------|-------|---------| +| --------------------- | ----------- | ---------- | --- | ---- | ------- | ----- | ------- | | [guid][1] | INT | UNSIGNED | PRI | NO | | | | | [slot][2] | TINYINT | UNSIGNED | PRI | NO | | | | | [matchmakerRating][3] | SMALLINT | UNSIGNED | | NO | | | | @@ -31,15 +31,15 @@ The GUID of the character. See [characters.guid](characters#guid). Arena slot index: | Value | Description | -|-------|-------------| +| ----- | ----------- | | 0 | 2v2 | | 1 | 3v3 | | 2 | 5v5 | ### matchmakerRating -Player's matchmaker rating +Player's matchmaker rating. ### maxMMR -`field-no-description|4`
\ No newline at end of file +`field-no-description|4` |
