Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment

Arena teamarenaTeamId

int(10)

unsigned

PRI

NO

0

Unique

 

Arena teamname

varchar(24)

signed

 

NO

NULL

 

 

Arena teamcaptainGuid

int(10)

unsigned

 

NO

0

 

 

Arena teamtype

tinyint(3)

unsigned

 

NO

0

 

 

Arena teamrating

smallint(5)

unsigned

 

NO

0

 

 

Arena teamseasonGames

smallint(5)

unsigned

 

NO

0

 

 

Arena teamseasonWins

smallint(5)

unsigned

 

NO

0

 

 

Arena teamweekGames

smallint(5)

unsigned

 

NO

0

 

 

Arena teamweekWins

smallint(5)

unsigned

 

NO

0

 

 

Arena teamrank

int(10)

unsigned

 

NO

0

 

 

Arena teamBackgroundColor

int(10)

unsigned

 

NO

0

 

 

Arena teamEmblemStyle

tinyint(3)

unsigned

 

NO

0

 

 

Arena teamEmblemColor

int(10)

unsigned

 

NO

0

 

 

Arena teamBorderStyle

tinyint(3)

unsigned

 

NO

0

 

 

Arena teamBorderColor

int(10)

unsigned

 

NO

0

 

 

Description of the fields

arenaTeamId

The ID of the ArenaTeam. This number is unique to each team and is the main method to identify a team.1

name

Name of the Arena team

captainGuid

The GUID of the character who created the ArenaTeam. See characters.guid

type

Defines the ArenaType:

2 – 2vs2 Team

3 – 3vs3 Team

5 – 5vs5 Team

rating

Rating of arena team.

seasonGames

Number of games played this season.

seasonWins

Number of games won this season.

weekGames

Number of games played this week.

weekWins

Number of games won this week.

rank

Rank of teams in the competition by rating.

BackgroundColor

Team-tabard BackgroundColor (same as guild-tabard)

EmblemStyle

Team-tabard Emblem (same as guild-tabard)

EmblemColor

Team-tabard EmblemColor (same as guild-tabard)

BorderStyle

Team-tabard Bordertype (same as guild-tabard)

BorderColor

Team-tabard BorderColor (same as guild-tabard)