Skip to content

Commit

Permalink
Merge pull request #341 from FFXIV-CombatReborn/BLM-base-fix
Browse files Browse the repository at this point in the history
Fix minor issue in BLM base rotation
  • Loading branch information
LTS-FFXIV authored Sep 11, 2024
2 parents be504b0 + d575b24 commit e00a162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public const string
List2 = "List2",
Debug = "Debug";

public int Version { get; set; } = 8;
public int Version { get; set; } = 10;

public string LastSeenChangelog { get; set; } = "0.0.0.0";
public bool FirstTimeSetupDone { get; set; } = false;
Expand Down
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/Basic/BlackMageRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ static partial void ModifyFoulPvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 68128;
setting.CreateConfig = () => new ActionConfig()
{
AoeCount = 2,
AoeCount = 3,
};
}

Expand Down

0 comments on commit e00a162

Please sign in to comment.