aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-04-28 01:52:15 +0200
committerModoX <moardox@gmail.com>2023-04-28 01:52:15 +0200
commit5138418364ad59ae9c185b8a16e20706b35c40dc (patch)
treea72991599f0d60635126832f53db0fe0778b4a04 /sql/updates/auth
parentd78f08aa9e1966b25d248bdb38f6ecceed425e41 (diff)
Core: Updated allowed build to 10.0.7.49343
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_04_28_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_04_28_00_auth.sql b/sql/updates/auth/master/2023_04_28_00_auth.sql
new file mode 100644
index 00000000000..dffe0fd39ec
--- /dev/null
+++ b/sql/updates/auth/master/2023_04_28_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49343;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49343,10,0,7,NULL,NULL,'301A0B4C0942B9B6F605B903AD6C1F60',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49343 WHERE `gamebuild` IN(49267, 48999);
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49343';