From 77da49bb9e099168cc272120f95733c17eff1990 Mon Sep 17 00:00:00 2001 From: Dev Date: Mon, 15 Jul 2024 11:30:58 +0100 Subject: [PATCH] Added common weapon crate (cherry picked from commit 9e1c3304f0e5c0a83ddb4b3b0cd56d7d1c7419dd) --- project/src/controllers/InventoryController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/controllers/InventoryController.ts b/project/src/controllers/InventoryController.ts index 24cc9e8d..7fdf5ace 100644 --- a/project/src/controllers/InventoryController.ts +++ b/project/src/controllers/InventoryController.ts @@ -878,7 +878,7 @@ export class InventoryController let foundInRaid = openedItem.upd?.SpawnedInSession; const rewards: Item[][] = []; - const unlockedWeaponCrates = ["665829424de4820934746ce6", "665732e7ac60f009f270d1ef"];// Temp fix for unlocked weapon crate hideout craft + const unlockedWeaponCrates = ["665829424de4820934746ce6", "665732e7ac60f009f270d1ef", "665888282c4a1b73af576b77"];// Temp fix for unlocked weapon crate hideout craft if (isSealedWeaponBox || unlockedWeaponCrates.includes(containerDetailsDb[1]._id)) { const containerSettings = this.inventoryHelper.getInventoryConfig().sealedAirdropContainer;