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