diff options
author | Shauren <shauren.trinity@gmail.com> | 2019-07-14 19:23:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2019-07-14 19:23:26 +0200 |
commit | d2fe302d1473af0419eafcbe76ec3521aeafd748 (patch) | |
tree | 5c8c6874b036ebd64eea2b476f2f2fafbe0cf8c8 /sql/base | |
parent | 857bb68deb51c3e82f31823d664a95470ba331ff (diff) |
Core: Updated allowed build to 8.2.0.30993
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 d13ba0fe7a5..5247d47ad14 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 '30706', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '30993', `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,30706,1,1); +(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,30993,1,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; @@ -2182,7 +2182,8 @@ INSERT INTO `updates` VALUES ('2019_06_08_00_auth.sql','EA5A78F5A26C17BC790481EA9B3772D3A6912459','RELEASED','2019-05-20 17:21:20',0), ('2019_06_08_01_auth.sql','8165B1B787E3ECF0C8C0AD2D641513270977ABB4','RELEASED','2019-06-04 16:51:31',0), ('2019_06_08_02_auth.sql','B39DCBD902290700A81C9D028F54B58601C19A99','RELEASED','2019-06-05 16:26:31',0), -('2019_06_08_03_auth.sql','F483B657015D39D4F63E3905C27C3AA48241AB03','RELEASED','2019-06-08 17:14:21',0); +('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); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |