diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java index ad2f7c9..321d10b 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java @@ -91,6 +91,7 @@ public class Requirement extends JSONElement { ,weaponProficiencyAxe ,weaponProficiencyBlunt ,weaponProficiencyUnarmed + ,weaponProficiencyPole ,armorProficiencyShield ,armorProficiencyUnarmored ,armorProficiencyLight @@ -101,7 +102,6 @@ public class Requirement extends JSONElement { ,specializationDualWield ,specialization2hand ,specializationWeaponShield - ,weaponProficiencyPole } @Override