aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-12-12 05:48:26 +0100
committerModoX <moardox@gmail.com>2023-12-12 05:48:26 +0100
commitd89abc5b6dc085740ee8bdcb36152de287dee1fc (patch)
treeb6e1fa07614d6106b5bb997fc61f876a5cc83ee1 /sql/updates
parentda0ec4f830c4428a17fd4e52124dca6c63e25961 (diff)
Core: Update allowed build to 10.2.0.52485
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_12_12_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_12_12_00_auth.sql b/sql/updates/auth/master/2023_12_12_00_auth.sql
new file mode 100644
index 00000000000..14f952e17f6
--- /dev/null
+++ b/sql/updates/auth/master/2023_12_12_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=52485;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(52485,10,2,0,NULL,NULL,'5805CEB4650730AE489258DD30E34441',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=52485 WHERE `gamebuild`=52393;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '52485';