数据库:characters数据库:arena_team_member
目录
arena_team_member 表
This table holds arena info about specific team members. All arena_team members have a record in this table.
表结构
Field | Type | Attributes | Key | Null | Default | extra | Comment |
---|---|---|---|---|---|---|---|
arenaTeamId | INT | UNSIGNED | PRI | NO | 0 | ||
guid | INT | UNSIGNED | PRI | NO | 0 | ||
weekGames | SMALLINT | UNSIGNED | NO | 0 | |||
weekWins | SMALLINT | UNSIGNED | NO | 0 | |||
seasonGames | SMALLINT | UNSIGNED | NO | 0 | |||
seasonWins | SMALLINT | UNSIGNED | NO | 0 | |||
personalRating | SMALLINT | UNSIGNED | NO | 0 |
字段说明
arenaTeamId
ID of arena team. See [arena_team#arenateamid].
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.
personalrating
The player's personal arena rating.
数据库/characters数据库/arena_team_member.txt · 最后更改: 2023/09/24 09:56 由 admin