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