update comment
All checks were successful
Build / build (pull_request) Successful in 1m4s

This commit is contained in:
Sainan 2025-07-26 21:08:16 +02:00
parent 6073ab6d36
commit a268ae6957

View File

@ -26,7 +26,7 @@ export const completeRandomModChallengeController: RequestHandler = async (req,
inventoryChanges.MiscItems = miscItemChanges;
}
// Update riven fingerprint to a randomised unveiled state
// Complete the riven challenge
const upgrade = inventory.Upgrades.id(request.ItemId)!;
const fp = JSON.parse(upgrade.UpgradeFingerprint!) as IVeiledRivenFingerprint;
fp.challenge.Progress = fp.challenge.Required;