From 1761f72da7a0578475cf04019f6bc772f534b89b Mon Sep 17 00:00:00 2001 From: TDB Release Date: Sat, 15 Jan 2022 23:33:52 +0000 Subject: TDB 915.22012 - 2022/01/15 --- sql/updates/auth/master/2022_01_02_00_auth.sql | 3 --- sql/updates/auth/master/2022_01_08_00_auth.sql | 7 ------- sql/updates/auth/master/2022_01_15_00_auth.sql | 3 +++ 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 sql/updates/auth/master/2022_01_02_00_auth.sql delete mode 100644 sql/updates/auth/master/2022_01_08_00_auth.sql create mode 100644 sql/updates/auth/master/2022_01_15_00_auth.sql (limited to 'sql/updates/auth') diff --git a/sql/updates/auth/master/2022_01_02_00_auth.sql b/sql/updates/auth/master/2022_01_02_00_auth.sql deleted file mode 100644 index 727e85e7536..00000000000 --- a/sql/updates/auth/master/2022_01_02_00_auth.sql +++ /dev/null @@ -1,3 +0,0 @@ --- TDB 915.22011 auth -UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; -REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED'); diff --git a/sql/updates/auth/master/2022_01_08_00_auth.sql b/sql/updates/auth/master/2022_01_08_00_auth.sql deleted file mode 100644 index 0b5ba03faec..00000000000 --- a/sql/updates/auth/master/2022_01_08_00_auth.sql +++ /dev/null @@ -1,7 +0,0 @@ -DELETE FROM `build_info` WHERE `build`=41793; -INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES -(41793,9,1,5,NULL,NULL,'B3B47DA3B7615570742A55B96614EE1C',NULL,NULL,NULL); - -UPDATE `realmlist` SET `gamebuild`=41793 WHERE `gamebuild`=41488; - -ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '41793'; diff --git a/sql/updates/auth/master/2022_01_15_00_auth.sql b/sql/updates/auth/master/2022_01_15_00_auth.sql new file mode 100644 index 00000000000..a178b68a082 --- /dev/null +++ b/sql/updates/auth/master/2022_01_15_00_auth.sql @@ -0,0 +1,3 @@ +-- TDB 915.22012 auth +UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; +REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED'); -- cgit v1.2.3