aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-08-26 21:03:23 +0200
committerShauren <shauren.trinity@gmail.com>2020-08-26 21:03:23 +0200
commit2cb0d575abf65f05ef6d6c430fe7147bbc417e76 (patch)
tree8581a82d7cdfcc8974b87a1a4553e51ddcdfcfb8 /sql/updates/auth/master
parent448f69a6370a0a77f73492401171f83882103198 (diff)
Core: Updated allowed build to 8.3.7.35662
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2020_08_26_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_08_26_00_auth.sql b/sql/updates/auth/master/2020_08_26_00_auth.sql
new file mode 100644
index 00000000000..0b806685687
--- /dev/null
+++ b/sql/updates/auth/master/2020_08_26_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=35662;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(35662,8,3,7,NULL,NULL,'578BC94870C278CB6962F30E6DC203BB',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=35662 WHERE `gamebuild`=35435;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '35662';