aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-07-24 09:42:14 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-24 09:42:14 +0200
commitb3ba029791a9003880d77a048b16e9e593485fe9 (patch)
treea19ebb15b4d5453c41fdda9bf5f845c05b29183b /sql/updates/auth/master
parent8f9a69c9fa812b82af97809e445fc176b28f90eb (diff)
Core: Updated allowed build to 8.3.7.35284
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2020_07_24_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_07_24_00_auth.sql b/sql/updates/auth/master/2020_07_24_00_auth.sql
new file mode 100644
index 00000000000..4ebd920eb75
--- /dev/null
+++ b/sql/updates/auth/master/2020_07_24_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=35284;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(35284,8,3,7,NULL,NULL,'EA3818E7DCFD2009DBFC83EE3C1E4F1B',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=35284 WHERE `gamebuild`=35249;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '35284';