Disable LFG when SimpleConfigOverride is enabled

This commit is contained in:
郑佩茹
2023-09-29 08:10:44 -06:00
parent d1bb3f2f23
commit be4496c034
2 changed files with 4 additions and 1 deletions

View File

@@ -352,6 +352,7 @@ public:
if (sIndividualProgression->simpleConfigOverride)
{
sWorld->setIntConfig(CONFIG_WATER_BREATH_TIMER, 60000);
sWorld->setIntConfig(CONFIG_LFG_OPTIONSMASK, 4);
sWorld->setBoolConfig(CONFIG_OBJECT_QUEST_MARKERS, false);
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);