Arena team member tc2

From TrinityCore Wiki
Jump to: navigation, search

Contents

Back to characters database list of tables.


The `arena_team_member` table

This table holds arena info about specific team members. All arena_team members have a record in this table.


Structure

Field Type Attributes Key Null Default Extra Comment
arenaTeamId int(10) unsigned PRI NO 0
guid int(10) unsigned PRI NO 0
personalRating smallint(5) unsigned NO 0
weekGames smallint(5) unsigned NO 0
weekWins smallint(5) unsigned NO 0
seasonGames smallint(5) unsigned NO 0
seasonWins smallint(5) unsigned NO 0


Description of the fields

arenaTeamId

ID of arena team. See Team Id

guid

Player's GUID. See characters.guid

weekGames

Number of games played this week.

weekWins

Number of games won this week.

seasonGames

Number of games played this season.

seasonWins

Number of games won this season.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox