aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-03-31 11:19:24 +0200
committerShauren <shauren.trinity@gmail.com>2023-03-31 11:19:24 +0200
commitf1e95daf906678590c68425a775fd685ec748bb1 (patch)
treef70cac6704c0a28b128788fd190c8524d785ab3d /sql/updates
parent562f65f3f8f271fc52cc428c71a562af22829dc0 (diff)
Core: Update allowed build to 10.0.7.48838
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_03_31_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_03_31_00_auth.sql b/sql/updates/auth/master/2023_03_31_00_auth.sql
new file mode 100644
index 00000000000..90be152981e
--- /dev/null
+++ b/sql/updates/auth/master/2023_03_31_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=48838;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(48838,10,0,7,NULL,NULL,'9E6F4E1E46EF228D2DE90F7BC48AAA96',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=48838 WHERE `gamebuild`=48749;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '48838';