feat(Core/LFG): Implement Debug.LFG config option (#24854)
This commit is contained in:
parent
e17df40a57
commit
f88fda4f19
6 changed files with 27 additions and 4 deletions
|
|
@ -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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue