From a35d4f08a3f9f086eae94dccbfda2ff0c8eb5ae3 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Mon, 25 Feb 2019 19:24:20 +0100 Subject: Import DB wiki from TC 335 --- docs/character_arena_stats.md | 92 +++++++++++++++++++++++++++++++++++++++---- 1 file changed, 84 insertions(+), 8 deletions(-) (limited to 'docs/character_arena_stats.md') diff --git a/docs/character_arena_stats.md b/docs/character_arena_stats.md index 7bf62fc..018ebc7 100644 --- a/docs/character_arena_stats.md +++ b/docs/character_arena_stats.md @@ -1,8 +1,84 @@ -[Database Structure](Database-Structure) > [Character-Database](Character-Database) > [character_arena_stats](character_arena_stats) - -Column | Type | Description ---- | --- | --- -Guid | int(10) | -Slot | tinyint(3) | -MatchMakerRating | smallint(5) | -MaxMMR | smallint(5) | +# character\_arena\_stats + +`Back-to:Characters` + +**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

int(10)

signed

PRI

NO

 

 

 

slot

tinyint(3)

signed

PRI

NO

 

 

 

matchmakerRating

smallint(5)

signed

 

NO

 

 

 

+ +**Description of the fields** + +### guid + +The GUID of the character. See characters.guid + +### slot + +Arena slot index: + +0 - 2v2 + +1 - 3v3 + +2 - 5v5 + +### matchmakerRating + +Player's matchmaker rating -- cgit