aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-03-20 10:04:48 +0100
committerShauren <shauren.trinity@gmail.com>2020-03-20 10:04:48 +0100
commit12c10220309b22bbeabe4070023cf0c94ac4dcae (patch)
treedbe4a6f0a4a2f85248ffb2c7af0b0e1b0050495c /sql/updates
parentab36cb9b61ee66c7a936cb42be90748d0b4f3c29 (diff)
Core: Updated allowed build to 8.3.0.33724
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2020_03_20_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_03_20_00_auth.sql b/sql/updates/auth/master/2020_03_20_00_auth.sql
new file mode 100644
index 00000000000..8fc5a6c2162
--- /dev/null
+++ b/sql/updates/auth/master/2020_03_20_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=33724;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(33724,8,3,0,NULL,NULL,'38F7BBCF284939DD20E8C64CDBF9FE77',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=33724 WHERE `gamebuild`=33528;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '33724';