Variable rename

This commit is contained in:
2025-02-22 15:25:36 -05:00
parent 5277fbbe56
commit 3e510a487c
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -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());