diff options
| author | TDB Release <tdb-release@build.bot> | 2021-08-18 15:19:39 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2021-08-18 15:19:39 +0000 |
| commit | b9ffac3afa485bff66265a3703604d15c78228d1 (patch) | |
| tree | 9340d7b0e682f45a6118f7f48de534a373a48158 /sql/updates/auth | |
| parent | 23b5bae0872ae244b88aaaaf3aecc9015429fbbc (diff) | |
TDB 910.21081 - 2021/08/18TDB910.21081
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/master/2021_08_07_00_auth.sql | 7 | ||||
| -rw-r--r-- | sql/updates/auth/master/2021_08_18_00_auth.sql (renamed from sql/updates/auth/master/2021_07_04_00_auth.sql) | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/sql/updates/auth/master/2021_08_07_00_auth.sql b/sql/updates/auth/master/2021_08_07_00_auth.sql deleted file mode 100644 index 171759a11d5..00000000000 --- a/sql/updates/auth/master/2021_08_07_00_auth.sql +++ /dev/null @@ -1,7 +0,0 @@ -DELETE FROM `build_info` WHERE `build`=39653; -INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES -(39653,9,1,0,NULL,NULL,'10D015AB1EEB91310428D9C57EE24632',NULL,NULL,NULL); - -UPDATE `realmlist` SET `gamebuild`=39653 WHERE `gamebuild`=38556; - -ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '39653'; diff --git a/sql/updates/auth/master/2021_07_04_00_auth.sql b/sql/updates/auth/master/2021_08_18_00_auth.sql index ab0782353e8..075b853b378 100644 --- a/sql/updates/auth/master/2021_07_04_00_auth.sql +++ b/sql/updates/auth/master/2021_08_18_00_auth.sql @@ -1,3 +1,3 @@ --- TDB 905.21071 auth +-- TDB 910.21081 auth UPDATE `updates` SET `state`='ARCHIVED',`speed`=0; REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED'); |
