Add AMMO(13) to EquipmentInventorySlot
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -45,7 +45,8 @@ public enum EquipmentInventorySlot
|
||||
LEGS(7),
|
||||
GLOVES(9),
|
||||
BOOTS(10),
|
||||
RING(12);
|
||||
RING(12),
|
||||
AMMO(13);
|
||||
|
||||
private final int slotIdx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user