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