aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-02-01 10:14:44 +0100
committerShauren <shauren.trinity@gmail.com>2023-02-01 10:14:44 +0100
commitb65d9152fb0ffd4ce43c5d8cff9d084a572de73a (patch)
tree535eb07eb362f84df8c67a9b52116063c7897e77 /sql/updates
parentb859456e92c5743c0fca0600b18f538fa5614077 (diff)
Core: Update allowed version to 10.0.5.47884
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/master/2023_02_01_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/master/2023_02_01_00_auth.sql b/sql/updates/auth/master/2023_02_01_00_auth.sql
new file mode 100644
index 00000000000..878ffc32480
--- /dev/null
+++ b/sql/updates/auth/master/2023_02_01_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=47884;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(47884,10,0,5,NULL,NULL,'2B7A002BC359F2C31104BC2DE04302BF',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=47884 WHERE `gamebuild`=47871;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '47884';