aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
diff options
context:
space:
mode:
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';