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

@ -644,6 +644,7 @@ void WorldConfig::BuildConfigCache()
//Debug
SetConfigValue<bool>(CONFIG_DEBUG_BATTLEGROUND, "Debug.Battleground", false);
SetConfigValue<bool>(CONFIG_DEBUG_ARENA, "Debug.Arena", false);
SetConfigValue<bool>(CONFIG_DEBUG_LFG, "Debug.LFG", false);
SetConfigValue<uint32>(CONFIG_GM_LEVEL_CHANNEL_MODERATION, "Channel.ModerationGMLevel", 1);