mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Arena: Move personalRating to arena_team_member
This commit is contained in:
@@ -167,6 +167,7 @@ CREATE TABLE `arena_team_member` (
|
||||
`weekWins` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`seasonGames` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`seasonWins` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`personalRating` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`arenateamid`,`guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
@@ -374,7 +375,6 @@ DROP TABLE IF EXISTS `character_arena_stats`;
|
||||
CREATE TABLE `character_arena_stats` (
|
||||
`guid` int(10) NOT NULL,
|
||||
`slot` tinyint(3) NOT NULL,
|
||||
`personalRating` smallint(5) NOT NULL,
|
||||
`matchMakerRating` smallint(5) NOT NULL,
|
||||
PRIMARY KEY (`guid`,`slot`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
Reference in New Issue
Block a user