quest status name refactoring

This commit is contained in:
jonathan
2025-08-14 21:54:18 +02:00
parent 8676bbb2f6
commit 03dbc08293
19 changed files with 60 additions and 85 deletions
@@ -24,7 +24,7 @@ public partial class QuestListItemUi : Control
_ => ""
};
UpdateCircled(questResource == QuestManager.Instance.GetFollowQuest());
UpdateCircled(questResource == QuestManager.Instance.GetActiveQuest());
ShowName(name);
}