Skip to content

Commit c05f77d

Browse files
committed
fix error
1 parent 621689b commit c05f77d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tasks/WantedQuests/script_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ScriptTask(WQExplore, SecretScriptTask, WantedQuestsAssets):
3030

3131
def run(self):
3232
con = self.config.model.wanted_quests
33-
unwanted_boss_names = con.unwanted_boss_names
33+
unwanted_boss_names = con.wanted_quests_config.unwanted_boss_names
3434
if unwanted_boss_names is not None and unwanted_boss_names != '':
3535
import re
3636
self.unwanted_boss_name_list = re.split(r"[,,]", unwanted_boss_names)
File renamed without changes.

0 commit comments

Comments
 (0)