mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
feat(Core/LFG): Implement Debug.LFG config option (#24854)
This commit is contained in:
@@ -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.');
|
||||
Reference in New Issue
Block a user