Fix wrong bracelets/hands inventory used during discards

This commit is contained in:
Liza 2023-12-06 01:26:02 +01:00
parent 239cb18968
commit 5817f8c976
Signed by: liza
GPG Key ID: 7199F8D727D55F67

View File

@ -31,7 +31,7 @@ internal sealed class InventoryUtils
{
InventoryType.ArmoryEar,
InventoryType.ArmoryNeck,
InventoryType.ArmoryHands,
InventoryType.ArmoryWrist,
InventoryType.ArmoryRings
};