fix: add missing quest keys at updateQuestKey #958
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "questfix"
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?
it's possible the quest key was not in already in the inventory but the quest was still available due to unlockAllQuests
Closes #957
handling the case where a quest key should be present due to some config, should not change core logic of the server.
The core logic ensures there are no critical bugs in the system and the assumptions are correct, which ensures that the system works properly.
Change the way the config works, or remove the config entry entirely and add a webui option that actually adds the keys to the inventory
fix: add missing quest keys at updateQuestKeyto WIP: fix: add missing quest keys at updateQuestKeyThe config is also part of the server's logic and should be respected. Please take a look at my new change.
WIP: fix: add missing quest keys at updateQuestKeyto fix: add missing quest keys at updateQuestKeyYour current change would be good.
I made a more permanent solution, see if you like it, its the unlock quests branch.