Small fixes (#455)
* Handle weapon crates as MongoId * Unset required on _tpl in Hideout
This commit is contained in:
@@ -357,7 +357,7 @@ public class InventoryController(
|
||||
|
||||
var foundInRaid = openedItem.Upd?.SpawnedInSession;
|
||||
var rewards = new List<List<Item>>();
|
||||
var unlockedWeaponCrates = new HashSet<string>
|
||||
var unlockedWeaponCrates = new HashSet<MongoId>
|
||||
{
|
||||
ItemTpl.RANDOMLOOTCONTAINER_ARENA_WEAPONCRATE_VIOLET_OPEN,
|
||||
ItemTpl.RANDOMLOOTCONTAINER_ARENA_WEAPONCRATE_BLUE_OPEN,
|
||||
|
||||
Reference in New Issue
Block a user