aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth/master
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-07-02 10:33:33 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-02 10:33:33 +0200
commit4ae643310504410a5ebb1c7fd481bb74f37202ce (patch)
treec9dd03f9f092d20f9ea9b6310786c2a89b3530c3 /sql/updates/auth/master
parent6cbd6476f0f0e3f3ff9fd6da1da4415f7b62d389 (diff)
Core: Updated allowed build to 8.3.0.34963
Diffstat (limited to 'sql/updates/auth/master')
-rw-r--r--sql/updates/auth/master/2020_07_02_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_07_02_00_auth.sql b/sql/updates/auth/master/2020_07_02_00_auth.sql
new file mode 100644
index 00000000000..b75f5b655c8
--- /dev/null
+++ b/sql/updates/auth/master/2020_07_02_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=34963;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(34963,8,3,0,NULL,NULL,'7BA50C879C5D04221423B02AC3603A11',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=34963 WHERE `gamebuild`=34769;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34963';