aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-11-16 23:20:36 +0100
committerShauren <shauren.trinity@gmail.com>2023-11-16 23:20:36 +0100
commitbc4d09d05662e8bc653a66095089328310b0be4a (patch)
tree371e9d9ed74db61a6b43af48746f912c924e4c8f /sql/updates/auth/master
parent4eb6b0156d7e46fe92e2550ce21ba553c705e0a0 (diff)
Core: Update allowed build to 10.2.0.52188
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2023_11_16_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_11_16_00_auth.sql b/sql/updates/auth/master/2023_11_16_00_auth.sql
new file mode 100644
index 00000000000..7e3c0dbd361
--- /dev/null
+++ b/sql/updates/auth/master/2023_11_16_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=52188;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(52188,10,2,0,NULL,NULL,'977DF9993E94855DED5E328BA7A2F21F',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=52188 WHERE `gamebuild`=52148;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52188';