aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-03-29 10:50:35 +0100
committerShauren <shauren.trinity@gmail.com>2024-03-29 10:50:35 +0100
commitd8a82ab909543259be7632bb1e1b256ed6bfa4c2 (patch)
treeef44ba47be1fda0dcc723ced9dac5a01abdf2ef3 /sql/updates
parentc2ac37125b566cb4d9b659bc8ae2d381f60bc6db (diff)
Core: Updated to 10.2.6.53989
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2024_03_29_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_03_29_00_auth.sql b/sql/updates/auth/master/2024_03_29_00_auth.sql
new file mode 100644
index 00000000000..36e385e6d8c
--- /dev/null
+++ b/sql/updates/auth/master/2024_03_29_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53989;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53989,10,2,6,NULL,NULL,'3AEB90ACB9E18B88BA1021F52D51B857',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53989 WHERE `gamebuild`=53913;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53989';