aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-05-23 09:24:04 +0200
committerShauren <shauren.trinity@gmail.com>2023-05-23 09:24:04 +0200
commit4a1b0b180cf989ed820e9574a1e0fa4564250bd2 (patch)
tree1fffb8de66f9d539616559dc86c1f13cd851e052 /sql/updates
parent01f8d2e4263cdc700462a572536cd5f990e3e5ba (diff)
Core: Update allowed build to 10.1.0.49679
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_05_23_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_05_23_00_auth.sql b/sql/updates/auth/master/2023_05_23_00_auth.sql
new file mode 100644
index 00000000000..5ac0d9c00d7
--- /dev/null
+++ b/sql/updates/auth/master/2023_05_23_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49679;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49679,10,1,0,NULL,NULL,'9CE59B68D8797EBF00581F41138F4316',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49679 WHERE `gamebuild`=49570;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49679';