aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2024-04-22 23:07:02 +0200
committerModoX <moardox@gmail.com>2024-04-22 23:07:02 +0200
commit1da162d71dd0dc7540db0384e45b7aaa7e6f0d64 (patch)
tree164ac51a7866dc373727be0f5276afa2f05bbc03 /sql/updates/auth/master
parent8c0b031c07e45c37d0244fd0679c62a59f92ebd9 (diff)
Core: Updated to 10.2.6.54358
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2024_04_22_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_04_22_00_auth.sql b/sql/updates/auth/master/2024_04_22_00_auth.sql
new file mode 100644
index 00000000000..7cc28a046ce
--- /dev/null
+++ b/sql/updates/auth/master/2024_04_22_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54358;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54358,10,2,6,NULL,NULL,'89C733D366E845FB9264404CD48CCA89',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54358 WHERE `gamebuild`=54205;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '54358';