forked from MagicBane/Server
Variable rename
This commit is contained in:
@@ -274,7 +274,7 @@ public class PowerActionParser {
|
||||
powerAction.ramp = Integer.parseInt(arguments.get(0));
|
||||
|
||||
if (arguments.size() > 1) // Not all level caps have a curve
|
||||
powerAction.compoundCurve = mbEnums.CompoundCurveType.valueOf(arguments.get(1));
|
||||
powerAction.compoundCurveType = mbEnums.CompoundCurveType.valueOf(arguments.get(1));
|
||||
break;
|
||||
case "CLEARAGGRO":
|
||||
powerAction.clearAggro = Boolean.parseBoolean(lineValues.get(1).trim());
|
||||
|
||||
@@ -24,7 +24,7 @@ public class PowerAction {
|
||||
public int petRace;
|
||||
public StatTransfer statTransfer;
|
||||
public int ramp;
|
||||
public mbEnums.CompoundCurveType compoundCurve;
|
||||
public mbEnums.CompoundCurveType compoundCurveType;
|
||||
public TrackEntry trackEntry;
|
||||
|
||||
// Additional variables after header go here.
|
||||
|
||||
Reference in New Issue
Block a user