character_arena_stats
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
guid
The GUID of the character. See characters.guid.
slot
Arena slot index:
| Value | Description |
|---|---|
| 0 | 2v2 |
| 1 | 3v3 |
| 2 | 5v5 |
matchmakerRating
Player's matchmaker rating.
maxMMR
field-no-description|4