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
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue