chore: skip cetus intro job with complete all missions
All checks were successful
Build / build (pull_request) Successful in 1m5s

This commit is contained in:
Sainan 2025-08-22 02:13:21 +02:00
parent 4b46938dab
commit 6815665fd5

View File

@ -35,6 +35,7 @@ export const completeAllMissionsController: RequestHandler = async (req, res) =>
await handleStoreItemAcquisition(reward.StoreItem, inventory, reward.ItemCount, undefined, true);
}
addString(inventory.NodeIntrosCompleted, "TeshinHardModeUnlocked");
addString(inventory.NodeIntrosCompleted, "CetusSyndicate_IntroJob");
await inventory.save();
res.end();
};