diff options
| author | Shauren <shauren.trinity@gmail.com> | 2019-12-04 00:06:22 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2019-12-04 00:06:22 +0100 |
| commit | 65b91375e0a3b01eaacab77f973429b544c63a61 (patch) | |
| tree | af81448e27642e0b1327f1429cf1e5fa158995b3 /sql/base | |
| parent | d02f3ca7cab196eb2b2b14410582aff009b04817 (diff) | |
Core: Updated allowed build to 8.2.5.32722
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/auth_database.sql | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index cb8640b0e69..a14ca4383f7 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -2009,7 +2009,7 @@ CREATE TABLE `realmlist` ( `timezone` tinyint(3) unsigned NOT NULL DEFAULT '0', `allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `population` float unsigned NOT NULL DEFAULT '0', - `gamebuild` int(10) unsigned NOT NULL DEFAULT '32638', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '32722', `Region` tinyint(3) unsigned NOT NULL DEFAULT '1', `Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), @@ -2024,7 +2024,7 @@ CREATE TABLE `realmlist` ( LOCK TABLES `realmlist` WRITE; /*!40000 ALTER TABLE `realmlist` DISABLE KEYS */; INSERT INTO `realmlist` VALUES -(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,32638,1,1); +(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,32722,1,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; @@ -2191,7 +2191,8 @@ INSERT INTO `updates` VALUES ('2019_10_27_00_auth.sql','C943A651B5C9AC51BB7DF69821886F4B59F57153','RELEASED','2019-10-27 13:06:06',0), ('2019_11_13_00_auth.sql','EB680BA7D6B3A21A432687F452CDD86FB2DA677C','RELEASED','2019-11-13 11:49:55',0), ('2019_11_20_00_auth.sql','9BC11595D9CEA486AC1540A204DCE9D86A008D7D','RELEASED','2019-11-20 12:31:56',0), -('2019_11_23_00_auth.sql','098708CDC5614B4523AD3B17670939671E661443','RELEASED','2019-11-23 12:20:03',0); +('2019_11_23_00_auth.sql','098708CDC5614B4523AD3B17670939671E661443','RELEASED','2019-11-23 12:20:03',0), +('2019_12_04_00_auth.sql','4EB3D028DD80B18DA9B9250ADA4D22AA0D3C0447','RELEASED','2019-12-04 18:03:39',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |
