aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-05 00:38:43 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-05 00:38:43 +0100
commit1543ca3575077cecd8297cba679c329b4b1e84ef (patch)
tree53d738ddc31821aae6f8da25f1f896f579efbf3e /sql/updates/auth
parent82c2365782f3d8f3d896160a1df6b5fa47058986 (diff)
Core: Updated allowed build to 9.1.5.40906
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2021_11_05_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_11_05_00_auth.sql b/sql/updates/auth/master/2021_11_05_00_auth.sql
new file mode 100644
index 00000000000..499aedc616f
--- /dev/null
+++ b/sql/updates/auth/master/2021_11_05_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=40906;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(40906,9,1,5,NULL,NULL,'F5FC259C8635488AFE0D0CD023F361D4',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=40906 WHERE `gamebuild`=40725;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40906';