mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-12 13:01:26 +01:00
Caps correction in Types
This commit is contained in:
parent
2c8bfebedd
commit
b54012aa00
@ -29,7 +29,7 @@ public class Type {
|
||||
public static final Type WHIP = new Type(TypeSet.RANGE, "WHIP", true, false, true, EquipmentSlot.MAIN_HAND);
|
||||
public static final Type STAFF = new Type(TypeSet.RANGE, "STAFF", true, false, true, EquipmentSlot.MAIN_HAND);
|
||||
public static final Type BOW = new Type(TypeSet.RANGE, "BOW", true, false, false, EquipmentSlot.BOTH_HANDS);
|
||||
public static final Type CROSSBOW = new Type(TypeSet.RANGE, "Crossbow", false, true, false, EquipmentSlot.BOTH_HANDS);
|
||||
public static final Type CROSSBOW = new Type(TypeSet.RANGE, "CROSSBOW", false, true, false, EquipmentSlot.BOTH_HANDS);
|
||||
public static final Type MUSKET = new Type(TypeSet.RANGE, "MUSKET", true, false, false, EquipmentSlot.BOTH_HANDS);
|
||||
public static final Type LUTE = new Type(TypeSet.RANGE, "LUTE", true, false, true, EquipmentSlot.BOTH_HANDS);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user