forked from MagicBane/Server
More PowerEntry work.
This commit is contained in:
@@ -198,7 +198,7 @@ public class PowersParser {
|
|||||||
args = new ArrayList<>();
|
args = new ArrayList<>();
|
||||||
|
|
||||||
while (matcher1.find())
|
while (matcher1.find())
|
||||||
args.add(matcher.group().trim());
|
args.add(matcher1.group().trim());
|
||||||
|
|
||||||
equipmentPreReq.slot = mbEnums.EquipSlotType.valueOf(args.get(0));
|
equipmentPreReq.slot = mbEnums.EquipSlotType.valueOf(args.get(0));
|
||||||
equipmentPreReq.skill = args.get(1);
|
equipmentPreReq.skill = args.get(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user