aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-08-07 23:27:51 +0200
committerShauren <shauren.trinity@gmail.com>2021-08-08 00:18:10 +0200
commit6c005fadfaae4f6f0ed7a2285fadf55aecfcda75 (patch)
tree2598ec7aa26d63f47a2d4b07895efb857911b6c2 /sql/updates
parent262ee285db1c69169210fc09cebca91a19cea4f2 (diff)
Core: Updated allowed build to 9.1.0.39653
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2021_08_07_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_08_07_00_auth.sql b/sql/updates/auth/master/2021_08_07_00_auth.sql
new file mode 100644
index 00000000000..171759a11d5
--- /dev/null
+++ b/sql/updates/auth/master/2021_08_07_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=39653;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(39653,9,1,0,NULL,NULL,'10D015AB1EEB91310428D9C57EE24632',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=39653 WHERE `gamebuild`=38556;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '39653';