aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-11-01 10:47:52 +0100
committerModoX <moardox@gmail.com>2023-11-01 10:47:52 +0100
commit06ea2328bd2f73e15765e4f3b0568422a6e0b6ac (patch)
tree351cf87b9c442aec5cc3c9c7401b0316b2d4eb4d /sql/updates/auth
parent32c537c24f8ab5c94a9521cc109bc1b6f1415d1d (diff)
Core: Update allowed build to 10.1.7.51972
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_11_01_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_01_00_auth.sql b/sql/updates/auth/master/2023_11_01_00_auth.sql
new file mode 100644
index 00000000000..4d6bf28dade
--- /dev/null
+++ b/sql/updates/auth/master/2023_11_01_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=51972;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(51972,10,1,7,NULL,NULL,'444DC7EF3544B6670C18884DADA00428',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=51972 WHERE `gamebuild`=51886;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '51972';