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