aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2024-09-04 09:55:50 +0200
committerfunjoker <funjoker109@gmail.com>2024-09-04 09:55:50 +0200
commit40e0dcc7d3f3ebb816cae6516c5300431dba7bf1 (patch)
treec3f38e185c86ab9b5457ffe5ffcea0220fd2d7ab /sql/updates/auth
parentfdd44f70dd0abe5a4b1052a97a004a10de336824 (diff)
Core: Update allowed build to 4.4.0.56420
Diffstat (limited to 'sql/updates/auth')
-rw-r--r--sql/updates/auth/cata_classic/2024_09_04_00_auth.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/auth/cata_classic/2024_09_04_00_auth.sql b/sql/updates/auth/cata_classic/2024_09_04_00_auth.sql
new file mode 100644
index 00000000000..8cb9b95a1bf
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_09_04_00_auth.sql
@@ -0,0 +1,11 @@
+DELETE FROM `build_info` WHERE `build` IN (56420);
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
+(56420,4,4,0,NULL);
+
+DELETE FROM `build_auth_key` WHERE `build`=56420 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
+INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
+(56420,'Win','x64','WoW',0xA8E98C37F813D988C81256424A024AB0);
+
+UPDATE `realmlist` SET `gamebuild`=56420 WHERE `gamebuild`=56014;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56420';