aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2019-12-10 17:55:09 +0100
committerShauren <shauren.trinity@gmail.com>2019-12-10 17:55:09 +0100
commit18e99ac58abadab6d535c557007bbb9115ea5d4d (patch)
tree21304e26f3c60c7de9da67371b8016b49851d700 /sql/updates
parent851f89cb8666ef373e863e20edad133e280d0136 (diff)
Core: Updated allowed build to 8.2.5.32750
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2019_12_10_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2019_12_10_00_auth.sql b/sql/updates/auth/master/2019_12_10_00_auth.sql
new file mode 100644
index 00000000000..cafae5c9e73
--- /dev/null
+++ b/sql/updates/auth/master/2019_12_10_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=32750;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(32750,8,2,5,NULL,NULL,'C5CB669F5A5B237D1355430877173207',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=32750 WHERE `gamebuild`=32722;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '32750';