feat(Core/LFG): Implement Debug.LFG config option (#24854)

This commit is contained in:
dataCenter430 2026-02-24 21:39:24 -05:00 committed by GitHub
parent e17df40a57
commit f88fda4f19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,4 @@
-- Add acore_string for Debug.LFG config message (same pattern as Debug.Battleground / Debug.Arena)
DELETE FROM `acore_string` WHERE `entry` = 30098;
INSERT INTO `acore_string` (`entry`, `content_default`) VALUES
(30098, 'LFG Debugging is already enabled in the config, thus you are unable to enable/disable it with command.');