Automatically enable player settings if SimpleConfigOverride is on

This commit is contained in:
郑佩茹
2022-09-13 19:03:12 -06:00
parent ccbb3f3e9a
commit 66acbbf207
2 changed files with 2 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ public:
sWorld->setIntConfig(CONFIG_WATER_BREATH_TIMER, 60000);
// sWorld->setBoolConfig(CONFIG_OBJECT_QUEST_MARKERS, false); Waiting for PR merge: https://github.com/azerothcore/azerothcore-wotlk/pull/13013
sWorld->setBoolConfig(CONFIG_OBJECT_SPARKLES, false);
sWorld->setBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED, true);
}
}
};