Grasscutter
Grasscutter copied to clipboard
Fix starting wrong quest for story quests
Description
PersonalLineExcelConfigData.json's StartQuestId is not the first quest in the quest line. It's the quest with the starting screen. Manually starting that quest (which isn't always the first quest) can cause two quests in the quest line to be started at the same time.
Issues fixed by this PR
Electric god's second story quest has the first two quests running at the same time after unlocking it.
Type of changes
- [x] Bug fix
- [ ] New feature
- [x] Enhancement
- [ ] Documentation
Checklist:
- [x] My code follows the style guidelines of this project
- [x] My pull request is unique and no other pull requests have been opened for these changes
- [x] I have read the Contributing note and Code of conduct
- [x] I am responsible for any copyright issues with my code if it occurs in the future.