fix quests package

This commit is contained in:
Sky Johnson 2025-08-05 20:41:20 -05:00
parent 5ed7c44270
commit d1b19072f7
2 changed files with 1316 additions and 1 deletions

View File

@ -323,7 +323,7 @@ func (qsa *QuestSystemAdapter) CompleteQuest(questID int32, player Player) error
}
// Remove from active quests if not repeatable
if !quest.IsRepeatable() {
if !quest.Repeatable {
qsa.questManager.RemoveQuestFromPlayer(player.GetID(), questID)
}

File diff suppressed because it is too large Load Diff