More PowerEntry work.
This commit is contained in:
@@ -201,7 +201,8 @@ public class PowersParser {
|
||||
args.add(matcher1.group().trim());
|
||||
|
||||
equipmentPreReq.slot = mbEnums.EquipSlotType.valueOf(args.get(0));
|
||||
equipmentPreReq.skill = args.get(1);
|
||||
equipmentPreReq.skill = args.get(1).replaceAll("\"", "");
|
||||
;
|
||||
equipmentPreReq.level = Integer.parseInt(args.get(2));
|
||||
powerEntry.equipmentPreReq = equipmentPreReq;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user