chore: default to WornEquipment

This commit is contained in:
Timothy Schenk 2023-11-25 14:29:17 +01:00
parent dc9f96fb19
commit 81646f4501

View file

@ -83,7 +83,7 @@ public class ItemObjectPoolService : IHostedService
4 => isWorn ? InventoryTab.WornCashEquipment : InventoryTab.Cash, 4 => isWorn ? InventoryTab.WornCashEquipment : InventoryTab.Cash,
5 => InventoryTab.Warehouse, 5 => InventoryTab.Warehouse,
0 => InventoryTab.WornEquipment, 0 => InventoryTab.WornEquipment,
_ => 0 _ => InventoryTab.WornEquipment
}, },
Level = item.MinimumLevelRequirement, Level = item.MinimumLevelRequirement,
Rarity = 0, Rarity = 0,