aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-07-13 19:54:58 +0200
committerShauren <shauren.trinity@gmail.com>2023-07-13 19:54:58 +0200
commit0d809f4b3404e5f9cb19dbad5e354e8b38765b18 (patch)
tree6522d6f21b72a3c94ed313f3e2793d4fffc21754 /sql/updates/auth
parente66f2ada53d3b2baccbbbdf563600f4c92ae3eb9 (diff)
Core: Update allowed build to 10.1.0.50438
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_07_13_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_07_13_00_auth.sql b/sql/updates/auth/master/2023_07_13_00_auth.sql
new file mode 100644
index 00000000000..7c414422b9c
--- /dev/null
+++ b/sql/updates/auth/master/2023_07_13_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50438;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50438,10,1,5,NULL,NULL,'0B5F68F06B129CB4C57702F6D30F260B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50438 WHERE `gamebuild`=50401;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50438';