diff --git a/components/candle/challengeService.ts b/components/candle/challengeService.ts index 7a14fbb2..9ca28f57 100644 --- a/components/candle/challengeService.ts +++ b/components/candle/challengeService.ts @@ -596,7 +596,12 @@ export class ChallengeService extends ChallengeRegistry { { type: ChallengeFilterType.Contract, contractId: contractId, - locationId: contract.Metadata.Location, + locationId: + contract.Metadata.Id === + "aee6a16f-6525-4d63-a37f-225e293c6118" && + gameVersion !== "h1" + ? "LOCATION_ICA_FACILITY_SHIP" + : contract.Metadata.Location, isFeatured: contract.Metadata.Type === "featured", difficulty, },