diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-08-11 12:19:56 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-08-11 12:19:56 +0200 |
commit | f884e5a85689e2b3ed6f04b6fa030437f20d3f5c (patch) | |
tree | e83e591af70e6207cdfd9015e6d9eb69fb1458cb /sql/base/auth_database.sql | |
parent | c22b2f0c7b74f617f2443cf441bdd0893c45766b (diff) |
Core: Updated allowed build to 8.2.0.31429
Diffstat (limited to 'sql/base/auth_database.sql')
-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 51efdba0296..532cc9f1890 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 '31229', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '31429', `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,31229,1,1); +(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,31429,1,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; @@ -2185,7 +2185,8 @@ INSERT INTO `updates` VALUES ('2019_06_08_03_auth.sql','F483B657015D39D4F63E3905C27C3AA48241AB03','RELEASED','2019-06-08 17:14:21',0), ('2019_07_14_00_auth.sql','94C2B877BD906538E1E008350BEA8D8B58E0A158','RELEASED','2019-07-14 19:22:08',0), ('2019_07_15_00_auth.sql','3649248104CFEC70553016273069A9AE744798E3','RELEASED','2019-07-15 19:22:08',0), -('2019_07_26_00_auth.sql','DC9D0651602AE78B1243B40555A1A7B8447D01B2','RELEASED','2019-07-26 18:21:34',0); +('2019_07_26_00_auth.sql','DC9D0651602AE78B1243B40555A1A7B8447D01B2','RELEASED','2019-07-26 18:21:34',0), +('2019_08_11_00_auth.sql','04DCC2ABDA15BC7C015E8BFEA383C62A362B166F','RELEASED','2019-08-11 10:56:39',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |