aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-08-03 22:49:46 +0200
committerShauren <shauren.trinity@gmail.com>2023-08-03 22:49:46 +0200
commit613a706ecce3428e00e0af0b64c40e850cbaa50e (patch)
treec941a828dc7899672220bf9ae473a7d0865c8917 /sql/updates
parentae17975dd1c911482d9b9839df55b42f1618b3f6 (diff)
Core: Update allowed build to 10.1.5.50747
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_08_03_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_08_03_00_auth.sql b/sql/updates/auth/master/2023_08_03_00_auth.sql
new file mode 100644
index 00000000000..5cba6423175
--- /dev/null
+++ b/sql/updates/auth/master/2023_08_03_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=50747;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(50747,10,1,5,NULL,NULL,'2D3C386A9C45C27304ED3A3C6EB3F7C8',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=50747 WHERE `gamebuild`=50622;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '50747';