fix: correct checks for quest replay #2798

Merged
Sainan merged 3 commits from AMelonInsideLemon/SpaceNinjaServer:fix-replay into main 2025-09-21 02:53:06 -07:00

Closes #2797

Closes #2797
AMelonInsideLemon added 1 commit 2025-09-19 23:08:37 -07:00
fix: correct checks for quest replay
All checks were successful
Build / build (pull_request) Successful in 1m19s
2336c3018a
Closes #2797
Sainan reviewed 2025-09-20 00:28:39 -07:00
@ -303,3 +303,3 @@
let inventoryChanges: IInventoryChanges = {};
if (!isRerun) {
if (isRerun) {
Owner

Can't we use stage i to track items were already given?

Can't we use stage `i` to track items were already given?
Sainan marked this conversation as resolved
AMelonInsideLemon added 1 commit 2025-09-20 01:06:32 -07:00
check values directly in questKey
Some checks failed
Build / build (pull_request) Failing after 1m16s
34a23aa2dc
Sainan approved these changes 2025-09-20 01:08:00 -07:00
AMelonInsideLemon added 1 commit 2025-09-20 01:09:14 -07:00
lint
All checks were successful
Build / build (pull_request) Successful in 1m31s
5d0ee2fc05
Sainan merged commit 87da94658d into main 2025-09-21 02:53:06 -07:00
Sainan deleted branch fix-replay 2025-09-21 02:53:09 -07:00
Sign in to join this conversation.
No description provided.