aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-05-27 13:26:19 +0200
committerShauren <shauren.trinity@gmail.com>2023-05-27 13:26:19 +0200
commite71381728ef31dad64c5aa60227f0cc22d0b101f (patch)
tree8c27c2e7cd2c7b471fdc5154a21016ce391a0967 /sql/updates/auth
parent781ca507dd470087d663fde13df2cfde37a07335 (diff)
Core: Update allowed build to 10.1.0.49801
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2023_05_27_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_05_27_00_auth.sql b/sql/updates/auth/master/2023_05_27_00_auth.sql
new file mode 100644
index 00000000000..04e79d1f55e
--- /dev/null
+++ b/sql/updates/auth/master/2023_05_27_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=49801;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(49801,10,1,0,NULL,NULL,'0832179567B66CA85DBD5678B604C683',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=49801 WHERE `gamebuild`=49741;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '49801';