summaryrefslogtreecommitdiff
path: root/docs/character_arena_stats.md
blob: be49a1622ec64d9143db657cd7fc0d280f4c15c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# character\_arena\_stats

[<-Back-to:Characters](database-characters.md)

**The \`character\_arena\_stats\` table**

This table holds information about character's matchmaker rating in all team types.

**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   |         |       |         |
| [maxMMR][4]           | SMALLINT    | SIGNED     |     | NO   |         |       |         |

[1]: #guid
[2]: #slot
[3]: #matchmakerrating
[4]: #maxmmr

**Description of the fields**

### guid

The GUID of the character. See [characters.guid](characters#guid).

### slot

Arena slot index:

| Value | Description |
| ----- | ----------- |
| 0     | 2v2         |
| 1     | 3v3         |
| 2     | 5v5         |

### matchmakerRating

Player's matchmaker rating.

### maxMMR

`field-no-description|4`