Fix wrong bracelets/hands inventory used during discards

master
Liza 2023-12-06 01:26:02 +01:00
parent 239cb18968
commit 5817f8c976
Signed by: liza
GPG Key ID: 7199F8D727D55F67
1 changed files with 1 additions and 1 deletions

View File

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