aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-03-06 22:49:35 +0100
committerShauren <shauren.trinity@gmail.com>2024-03-06 22:49:35 +0100
commit454adf4e60c2eae383b84c1aa3a6c80e594fd81e (patch)
treed6ce47b0757def2967c9c0052eb51f42382ebb3d /sql/updates
parent1cb04aaea9ffbad2a999dbf215fe46c26d56a877 (diff)
Core: Update allowed build to 3.4.3.53622
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/wotlk_classic/2024_03_06_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/wotlk_classic/2024_03_06_00_auth.sql b/sql/updates/auth/wotlk_classic/2024_03_06_00_auth.sql
new file mode 100644
index 00000000000..cc3b4755264
--- /dev/null
+++ b/sql/updates/auth/wotlk_classic/2024_03_06_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53622;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53622,3,4,3,NULL,NULL,'CCC0A843915F46992BB1A650B18CFD67',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53622 WHERE `gamebuild`=52237;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53622';