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

@@ -368,6 +368,10 @@ AiPlayerbot.SyncQuestWithPlayer = 1
# Default: 0 (disabled)
AiPlayerbot.SyncQuestForPlayer = 0
# Bots will drop obsolete quests
# Default: 1 (enabled)
AiPlayerbot.DropObsoleteQuests = 1
#
#
#