The `character_arena_stats` table
This table holds information about character's matchmaker rating in all team types.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
guid | INT | UNSIGNED | PRI | NO | |||
slot | TINYINT | UNSIGNED | PRI | NO | |||
matchmakerRating | SMALLINT | UNSIGNED | NO | ||||
maxMMR | SMALLINT | SIGNED | NO |
Description of the fields
The GUID of the character. See characters.guid.
Arena slot index:
Value | Description |
---|---|
0 | 2v2 |
1 | 3v3 |
2 | 5v5 |
Player's matchmaker rating.
field-no-description|4