aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-04-12 12:12:34 +0200
committerShauren <shauren.trinity@gmail.com>2024-04-12 12:12:34 +0200
commit1f60bd8e5e46167296052892b8e706de19e2d478 (patch)
tree0e24f932296f6a9ca17db25056dad8e9f0a1f7c5 /sql/updates
parent69da702b930d43738bcaf49ce57b333dfc19ecfd (diff)
Core: Updated to 10.2.6.54205
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2024_04_12_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2024_04_12_00_auth.sql b/sql/updates/auth/master/2024_04_12_00_auth.sql
new file mode 100644
index 00000000000..6891d550d10
--- /dev/null
+++ b/sql/updates/auth/master/2024_04_12_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=54205;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(54205,10,2,6,NULL,NULL,'589D59EB3F0D6D77C2175D9302F78FDD',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=54205 WHERE `gamebuild`=54070;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '54205';