Add a config option for dropping obsolete quests (#745)

This commit is contained in:
Revision
2024-12-06 08:45:41 +01:00
committed by GitHub
parent 8c84026116
commit f096c2089f
4 changed files with 11 additions and 0 deletions

View File

@@ -276,6 +276,7 @@ public:
bool twoRoundsGearInit;
bool syncQuestWithPlayer;
bool syncQuestForPlayer;
bool dropObsoleteQuests;
std::string autoTrainSpells;
bool autoPickTalents;
bool autoUpgradeEquip;