From 6aee80e61afbf14f2f85f67e1fa1b4e0a0f73741 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 13 Nov 2019 12:02:51 +0100 Subject: Core: Updated allowed build to 8.2.5.32494 --- sql/base/auth_database.sql | 7 ++++--- sql/updates/auth/master/2019_11_13_00_auth.sql | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 sql/updates/auth/master/2019_11_13_00_auth.sql (limited to 'sql') diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index a40354ef1fd..dc4613a9bec 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 '32305', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '32494', `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,32305,1,1); +(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,32494,1,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; @@ -2188,7 +2188,8 @@ INSERT INTO `updates` VALUES ('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), ('2019_08_18_00_auth.sql','0479A04B669A67D2E5A498CFB91507E742EFB34F','RELEASED','2019-08-17 11:51:02',0), -('2019_10_27_00_auth.sql','C943A651B5C9AC51BB7DF69821886F4B59F57153','RELEASED','2019-10-27 13:06:06',0); +('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); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sql/updates/auth/master/2019_11_13_00_auth.sql b/sql/updates/auth/master/2019_11_13_00_auth.sql new file mode 100644 index 00000000000..ece5d674504 --- /dev/null +++ b/sql/updates/auth/master/2019_11_13_00_auth.sql @@ -0,0 +1,3 @@ +UPDATE `realmlist` SET `gamebuild`=32494 WHERE `gamebuild`=32305; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32494'; -- cgit v1.2.3