aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-12-15 19:38:08 +0100
committerShauren <shauren.trinity@gmail.com>2020-12-15 19:38:08 +0100
commit8742bf353df619bd24b00ef8eeea7590c85e8761 (patch)
tree14d9790d73dc5c9fc4e503279bf9d05516c29d2f /sql/updates/auth
parent9e0eac83bf3a05aa64e0222ddad052c84bfbdee2 (diff)
Core: Updated allowed build to 9.0.2.36949
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/master/2020_12_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2020_12_15_00_auth.sql b/sql/updates/auth/master/2020_12_15_00_auth.sql
new file mode 100644
index 00000000000..d4c8cae681a
--- /dev/null
+++ b/sql/updates/auth/master/2020_12_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=36949;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(36949,9,0,2,NULL,NULL,'51C074CD8A09A75384B9B44188C56981',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=36949 WHERE `gamebuild`=36839;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '36949';