generated from nhcarrigan/template
fix: quest_eternal achievement references 122 quests but only 112 exist #197
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The
quest_eternalachievement hascondition: { amount: 122, type: "questsCompleted" }and describes "all 122 quests across the known multiverse", but there are only 112 quests in the game data. This makes the achievement permanently impossible to complete.Fix
Update
quest_eternaltoamount: 112and fix the description accordingly.✨ This issue was created with help from Hikari~ 🌸