Tabelle: 'character_arena_stats'
The `character_arena_stats` table
This table holds information about character's matchmaker rating in all team types. Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|
guid | int(10) | vorzeichenbehaftet | PRI | nein | | | | slot | tinyint(3) | vorzeichenbehaftet | PRI | nein | | | | matchmakerRating | smallint(5) | vorzeichenbehaftet | | nein | | | |
Description of the fields
guidThe GUID of the character. See characters/guid slotArena slot index: 0 - 2v2 1 - 3v3 2 - 5v5 matchmakerRatingPlayer's matchmaker rating
|