aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-06-15 11:58:03 +0200
committerShauren <shauren.trinity@gmail.com>2022-06-15 11:58:03 +0200
commit4a8bacc634d362f917bc8b490a080f99972fe1e4 (patch)
tree9e38d3a3fe705633e89649279bede20aed79e5cd /sql/updates
parentdaafe1c181c47111b30b1ca4f3c3bfc628d1f207 (diff)
Core: Updated allowed build to 9.2.5.44127
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2022_06_15_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2022_06_15_00_auth.sql b/sql/updates/auth/master/2022_06_15_00_auth.sql
new file mode 100644
index 00000000000..562344d94a0
--- /dev/null
+++ b/sql/updates/auth/master/2022_06_15_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=44127;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(44127,9,2,5,NULL,NULL,'787887CEC9FCC9B516481F60E4FC34A8',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=44127 WHERE `gamebuild`=44061;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '44127';