Revert c6a3e86d2b0cb9745c07e8955881e9c4037b0f7a
All checks were successful
Build / build (pull_request) Successful in 59s

This commit is contained in:
Sainan 2025-10-05 17:56:13 +02:00
parent f097b28e68
commit 42552d0ed1

View File

@ -115,7 +115,7 @@ export const manageQuestsController: RequestHandler = async (req, res) => {
if (stage > 0) {
await giveKeyChainStageTriggered(inventory, {
KeyChain: questKey.ItemType,
ChainStage: stage - 1
ChainStage: stage
});
}
}