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());
|
||||
|
||||
Reference in New Issue
Block a user