Added common weapon crate
This commit is contained in:
parent
111b75d1ab
commit
9e1c3304f0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user