aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-01-23 09:41:23 +0100
committerModoX <moardox@gmail.com>2024-01-23 09:41:23 +0100
commit1a8eeb86dfd105b69e946bc13a84c9f529c52b10 (patch)
treed2b85f794a37bd3a79310657d7507439bbfdf4b3 /sql/updates/auth
parentccc083593af16f505263f889712f46f9382bb588 (diff)
Core: Update allowed build to 10.2.5.53040
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2024_01_23_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_01_23_00_auth.sql b/sql/updates/auth/master/2024_01_23_00_auth.sql
new file mode 100644
index 00000000000..8f36d8cea86
--- /dev/null
+++ b/sql/updates/auth/master/2024_01_23_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53040;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53040,10,2,5,NULL,NULL,'2F1283BF7B7F307B70DBBD75CC42D7C3',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53040 WHERE `gamebuild`=53007;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53040';