0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Fixed quest/achievement customisation unlocks not working

This commit is contained in:
Chomp 2025-01-07 23:09:57 +00:00
parent 86d303fcf9
commit 4ca19b73f7

View File

@ -673,7 +673,7 @@ export class ProfileHelper {
}
const rewardToStore: ICustomisationStorage = {
id: hideoutCustomisationDb.id,
id: hideoutCustomisationDb.itemId,
source: source,
type: hideoutCustomisationDb.type,
};