chore: skip cetus intro job with complete all missions
All checks were successful
Build / build (pull_request) Successful in 1m5s
All checks were successful
Build / build (pull_request) Successful in 1m5s
This commit is contained in:
parent
4b46938dab
commit
6815665fd5
@ -35,6 +35,7 @@ export const completeAllMissionsController: RequestHandler = async (req, res) =>
|
|||||||
await handleStoreItemAcquisition(reward.StoreItem, inventory, reward.ItemCount, undefined, true);
|
await handleStoreItemAcquisition(reward.StoreItem, inventory, reward.ItemCount, undefined, true);
|
||||||
}
|
}
|
||||||
addString(inventory.NodeIntrosCompleted, "TeshinHardModeUnlocked");
|
addString(inventory.NodeIntrosCompleted, "TeshinHardModeUnlocked");
|
||||||
|
addString(inventory.NodeIntrosCompleted, "CetusSyndicate_IntroJob");
|
||||||
await inventory.save();
|
await inventory.save();
|
||||||
res.end();
|
res.end();
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user