aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-06-04 09:58:25 +0200
committerShauren <shauren.trinity@gmail.com>2020-06-04 09:58:25 +0200
commit853503a575dadab508f43be560327d9e7edb251f (patch)
treea94461a29927f7ecd8e57167205b6fb840f76938 /sql/updates
parentdf0a027444e85a37ea39e4da6f5b13754ad211c8 (diff)
Core: Updated allowed build to 8.3.0.34601
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2020_06_04_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_06_04_00_auth.sql b/sql/updates/auth/master/2020_06_04_00_auth.sql
new file mode 100644
index 00000000000..e8c11c02a1d
--- /dev/null
+++ b/sql/updates/auth/master/2020_06_04_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=34601;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(34601,8,3,0,NULL,NULL,'0D7DF38F725FABA4F009257799A10563',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=34601 WHERE `gamebuild`=34220;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '34601';