aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2024-03-21 03:34:55 +0100
committerfunjoker <funjoker109@gmail.com>2024-03-21 03:34:55 +0100
commit31b944ffe95e2c4a39e2263af131f04b347a29ab (patch)
tree0b0cf09226cce1c8419d0453be1d8dfc648b48eb /sql/updates
parent454adf4e60c2eae383b84c1aa3a6c80e594fd81e (diff)
Core: Update allowed build to 3.4.3.53788
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/auth/wotlk_classic/2024_03_21_00_auth.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/auth/wotlk_classic/2024_03_21_00_auth.sql b/sql/updates/auth/wotlk_classic/2024_03_21_00_auth.sql
new file mode 100644
index 00000000000..cf69c76c617
--- /dev/null
+++ b/sql/updates/auth/wotlk_classic/2024_03_21_00_auth.sql
@@ -0,0 +1,7 @@
+DELETE FROM `build_info` WHERE `build`=53788;
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`,`winAuthSeed`,`win64AuthSeed`,`mac64AuthSeed`,`winChecksumSeed`,`macChecksumSeed`) VALUES
+(53788,3,4,3,NULL,NULL,'E8F11A6A011B4ED7C20D055221DBCF8F',NULL,NULL,NULL);
+
+UPDATE `realmlist` SET `gamebuild`=53788 WHERE `gamebuild`=53622;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '53788';