aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-05-15 00:36:49 +0200
committerShauren <shauren.trinity@gmail.com>2023-05-15 00:36:49 +0200
commit034db11b2c6f37c8f0bd20d813ff6e8a3cb8ffea (patch)
tree7cea7368dfebb8128b7ecc910d6ae0f214ed746e /sql/updates/auth
parent8a91448f282f7c1cb12223cbbc1c40dfac14bfef (diff)
Core: Update allowed build to 10.1.0.49570
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_05_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_05_15_00_auth.sql b/sql/updates/auth/master/2023_05_15_00_auth.sql
new file mode 100644
index 00000000000..2074cea990c
--- /dev/null
+++ b/sql/updates/auth/master/2023_05_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49570;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49570,10,1,0,NULL,NULL,'B024DE67ACAEB9E8EE6DB38DC53E8281',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49570 WHERE `gamebuild`=49474;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49570';