aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-09-10 12:30:00 +0200
committerShauren <shauren.trinity@gmail.com>2021-09-10 12:30:00 +0200
commite806838f28d41a6a08f574749d0c4862a91202fc (patch)
tree69d4bff08b55b2617946248998a465590ccd258b /sql/updates/auth
parent69bd00bcd6cd2b8ad3c03e0cc28d8f2e1d130513 (diff)
Core: Updated allowed build to 9.1.0.40120
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2021_09_10_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_09_10_00_auth.sql b/sql/updates/auth/master/2021_09_10_00_auth.sql
new file mode 100644
index 00000000000..d29cb7efac0
--- /dev/null
+++ b/sql/updates/auth/master/2021_09_10_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=40120;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(40120,9,1,0,NULL,NULL,'04F47EAEFD8BDEFE14AA0350EA336678',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=40120 WHERE `gamebuild`=40000;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40120';