From 3c84a9793c726aeb80a3fc1996b1e8bc53ee08dd Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 15 Mar 2026 14:52:29 -0300 Subject: [PATCH] typo --- sql/updates/auth/master/2026_03_14_00_auth.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/auth/master/2026_03_14_00_auth.sql b/sql/updates/auth/master/2026_03_14_00_auth.sql index debe513d6..4d4e7f214 100644 --- a/sql/updates/auth/master/2026_03_14_00_auth.sql +++ b/sql/updates/auth/master/2026_03_14_00_auth.sql @@ -18,7 +18,7 @@ INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES (66384,'Win','x64','WoW',0x08D2D00AEF8C36B6701EC255E092E22F), (66384,'Win','x64','WoWC',0xAAF50C5D9E54868645DC62BABCD17F2C); -UPDATE `realmlist` SET `gamebuild`=66384 WHERE `gamebuild`=66337; +UPDATE `realmlist` SET `gamebuild`=66384; ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '66384';