Merge pull request #6393 from deathbeam/add-ammo-to-equipment-idx

Add AMMO(13) to EquipmentInventorySlot
This commit is contained in:
Tomas Slusny
2018-11-08 18:38:38 +01:00
committed by GitHub

View File

@@ -45,7 +45,8 @@ public enum EquipmentInventorySlot
LEGS(7),
GLOVES(9),
BOOTS(10),
RING(12);
RING(12),
AMMO(13);
private final int slotIdx;