aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-01-11 13:45:54 +0100
committerShauren <shauren.trinity@gmail.com>2020-01-11 13:45:54 +0100
commita99a30c4e640f28fba89b5eb541d4f8a7d294b46 (patch)
tree875b4a5465ec66e66d9cab09b6af53672631d1f4 /sql/updates
parent302f7b6c791b9cd4c6fba11fa3f0dd8bf82a705b (diff)
Core: Updated allowed build to 8.2.5.32978
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2020_01_11_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_01_11_00_auth.sql b/sql/updates/auth/master/2020_01_11_00_auth.sql
new file mode 100644
index 00000000000..73d58aea7a6
--- /dev/null
+++ b/sql/updates/auth/master/2020_01_11_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=32978;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(32978,8,2,5,NULL,NULL,'76AE2EA03E525D97F5688843F5489000',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=32978 WHERE `gamebuild`=32750;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32978';