aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-11-06 11:57:41 +0100
committerShauren <shauren.trinity@gmail.com>2021-11-06 11:57:41 +0100
commit57ad93e51af6aebc684bd61ff55f30b52533b2f3 (patch)
treec92b0b8e4bfb0ca4cd6535a06553bdd87f3a7541 /sql/updates/auth
parentd9baa1708961a4f2a08df807fc1f70d59a538c19 (diff)
Core: Updated allowed build to 9.1.5.40944
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2021_11_06_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_11_06_00_auth.sql b/sql/updates/auth/master/2021_11_06_00_auth.sql
new file mode 100644
index 00000000000..48f79b34acb
--- /dev/null
+++ b/sql/updates/auth/master/2021_11_06_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=40944;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(40944,9,1,5,NULL,NULL,'368FC7FABAF487A8A049C11970657074',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=40944 WHERE `gamebuild`=40906;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40944';