aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-10-13 21:20:44 +0200
committerShauren <shauren.trinity@gmail.com>2021-10-13 21:20:44 +0200
commit369caed98e3d3956f4608dffe6c1803fc92b4696 (patch)
treede9de3b33d2704a04ffb9874ab1b4051bbd9655e /sql/updates/auth/master
parentece3a8036e2d15b8cca40d7be6054971d77e2167 (diff)
Core: Updated allowed build to 9.1.0.40593
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2021_10_13_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_10_13_00_auth.sql b/sql/updates/auth/master/2021_10_13_00_auth.sql
new file mode 100644
index 00000000000..fc061979487
--- /dev/null
+++ b/sql/updates/auth/master/2021_10_13_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=40593;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(40593,9,1,0,NULL,NULL,'BA14570F2D62D5F61953394164A8DAE2',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=40593 WHERE `gamebuild`=40443;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '40593';