From 4ca19b73f7e5a3f9be00dfab33f82d02b362ec82 Mon Sep 17 00:00:00 2001 From: Chomp Date: Tue, 7 Jan 2025 23:09:57 +0000 Subject: [PATCH] Fixed quest/achievement customisation unlocks not working --- project/src/helpers/ProfileHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/helpers/ProfileHelper.ts b/project/src/helpers/ProfileHelper.ts index 48dd8628..03d80d8f 100644 --- a/project/src/helpers/ProfileHelper.ts +++ b/project/src/helpers/ProfileHelper.ts @@ -673,7 +673,7 @@ export class ProfileHelper { } const rewardToStore: ICustomisationStorage = { - id: hideoutCustomisationDb.id, + id: hideoutCustomisationDb.itemId, source: source, type: hideoutCustomisationDb.type, };