aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-11-15 00:49:02 +0100
committerShauren <shauren.trinity@gmail.com>2023-11-15 00:49:02 +0100
commita1b898ce41ab6d24665499c08fe9ec1f27a16878 (patch)
treedb34f56361318d1454030a07f590238039452151 /sql/updates/auth
parent2ec4b7d0f98e6af3624b0f078cbc3cf6003903c1 (diff)
Core: Update allowed build to 10.2.0.52148
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_11_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_15_00_auth.sql b/sql/updates/auth/master/2023_11_15_00_auth.sql
new file mode 100644
index 00000000000..2a7db3982e6
--- /dev/null
+++ b/sql/updates/auth/master/2023_11_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=52148;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(52148,10,2,0,NULL,NULL,'8A969717C8CDC6E7FF4C54D5CB00C224',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=52148 WHERE `gamebuild`=52129;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52148';