aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2021-04-10 23:34:19 +0200
committerShauren <shauren.trinity@gmail.com>2021-04-10 23:34:19 +0200
commit9c1247c1e7e71e6dee398f705093c3226d3e8c0d (patch)
tree9734f2296f3855540ebd319eaa1312c60af42721 /sql/updates
parentdf73c9dc272de6650dd1bd970d3f4245b51fe5e0 (diff)
Core: Updated allowed build to 9.0.5.38134
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2021_04_10_00_auth.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2021_04_10_00_auth.sql b/sql/updates/auth/master/2021_04_10_00_auth.sql
new file mode 100644
index 00000000000..fb67d68a4c9
--- /dev/null
+++ b/sql/updates/auth/master/2021_04_10_00_auth.sql
@@ -0,0 +1,9 @@
+UPDATE `build_info` SET `mac64AuthSeed`='024C9BE7E44237B7E81C6D42E678D433' WHERE `build`=37474;
+
+DELETE FROM `build_info` WHERE `build`=38134;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(38134,9,0,5,NULL,NULL,'32275ED0F13B357C28BDB0E611EF9E31',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=38134 WHERE `gamebuild`=37474;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '38134';