From b3c8879be167fe4fc750a32b5885c1716601e157 Mon Sep 17 00:00:00 2001 From: Gonk Date: Mon, 8 Jul 2019 22:27:23 +0200 Subject: [PATCH] added pole weapon proficiency --- src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java index 98ccbc8..ad2f7c9 100644 --- a/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java +++ b/src/com/gpl/rpg/atcontentstudio/model/gamedata/Requirement.java @@ -101,6 +101,7 @@ public class Requirement extends JSONElement { ,specializationDualWield ,specialization2hand ,specializationWeaponShield + ,weaponProficiencyPole } @Override