aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2022-03-30 04:30:33 +0200
committerModoX <moardox@gmail.com>2022-03-30 04:30:33 +0200
commit4b99e026bab4d77997fd4bcf42ee2f448e898272 (patch)
treea7b4cfced1228c06479b41e95d1885bd20018268 /sql/updates
parent56ec63b961ef296dc97704cae9cf7b659409bc39 (diff)
Core: Updated allowed build to 9.2.0.42979
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2022_03_30_01_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_03_30_01_auth.sql b/sql/updates/auth/master/2022_03_30_01_auth.sql
new file mode 100644
index 00000000000..13f621bc1c7
--- /dev/null
+++ b/sql/updates/auth/master/2022_03_30_01_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=42979;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(42979,9,2,0,NULL,NULL,'E1DD38AE6450FC4D2AE4609233C59E54',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=42979 WHERE `gamebuild`=42852;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '42979';