forked from MagicBane/Server
PowerAction work started.
This commit is contained in:
@@ -216,7 +216,7 @@ public class PowersParser {
|
||||
powerEntry.bladeTrails = Boolean.parseBoolean(lineValues[1].trim());
|
||||
break;
|
||||
case "EFFECTPREREQ":
|
||||
EffectPreReq effectPreReq = new EffectPreReq();
|
||||
effectDescription effectPreReq = new effectDescription();
|
||||
arguments = lineValues[1].trim().split("\\s+");
|
||||
effectPreReq.effect_id = arguments[9];
|
||||
effectPreReq.level = Integer.parseInt(arguments[1]);
|
||||
@@ -260,7 +260,7 @@ public class PowersParser {
|
||||
powerEntry.casterPulseParticle = Integer.parseInt(lineValues[1].trim());
|
||||
break;
|
||||
case "TARGETEFFECTPREREQS_ORED":
|
||||
EffectPreReq preReq = new EffectPreReq();
|
||||
effectDescription preReq = new effectDescription();
|
||||
arguments = lineValues[1].trim().split("\\s+");
|
||||
preReq.effect_id = arguments[0];
|
||||
preReq.level = Integer.parseInt(arguments[1]);
|
||||
|
||||
Reference in New Issue
Block a user