chore: default to WornEquipment
This commit is contained in:
parent
dc9f96fb19
commit
81646f4501
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ public class ItemObjectPoolService : IHostedService
|
|||
4 => isWorn ? InventoryTab.WornCashEquipment : InventoryTab.Cash,
|
||||
5 => InventoryTab.Warehouse,
|
||||
0 => InventoryTab.WornEquipment,
|
||||
_ => 0
|
||||
_ => InventoryTab.WornEquipment
|
||||
},
|
||||
Level = item.MinimumLevelRequirement,
|
||||
Rarity = 0,
|
||||
|
|
Loading…
Reference in a new issue