More PowerEntry work.

This commit is contained in:
2024-08-19 06:49:13 -04:00
parent 5cc979e2f3
commit 66dd7b5f90
+1 -1
View File
@@ -198,7 +198,7 @@ public class PowersParser {
args = new ArrayList<>();
while (matcher1.find())
args.add(matcher.group().trim());
args.add(matcher1.group().trim());
equipmentPreReq.slot = mbEnums.EquipSlotType.valueOf(args.get(0));
equipmentPreReq.skill = args.get(1);