From 79d74b19f3bcfbfd03c6b3c0d7c364287bbd5244 Mon Sep 17 00:00:00 2001 From: funjoker Date: Tue, 17 Sep 2024 10:08:42 +0200 Subject: Core: Update allowed build to 4.4.0.56489 --- sql/updates/auth/cata_classic/2024_09_17_00_auth.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/auth/cata_classic/2024_09_17_00_auth.sql (limited to 'sql/updates') diff --git a/sql/updates/auth/cata_classic/2024_09_17_00_auth.sql b/sql/updates/auth/cata_classic/2024_09_17_00_auth.sql new file mode 100644 index 00000000000..d72117fae16 --- /dev/null +++ b/sql/updates/auth/cata_classic/2024_09_17_00_auth.sql @@ -0,0 +1,11 @@ +DELETE FROM `build_info` WHERE `build` IN (56489); +INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES +(56489,4,4,0,NULL); + +DELETE FROM `build_auth_key` WHERE `build`=56489 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW'; +INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES +(56489,'Win','x64','WoW',0xA3FC116BB68FA279DBB66B4024305D99); + +UPDATE `realmlist` SET `gamebuild`=56489 WHERE `gamebuild`=56420; + +ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '56489'; -- cgit v1.2.3