Skip to content

Commit

Permalink
Merge pull request #443 from MillerTheBest/main
Browse files Browse the repository at this point in the history
Guren shall be used when 2 or more targets
  • Loading branch information
LTS-FFXIV authored Nov 9, 2024
2 parents ce8b163 + c034b91 commit 6443e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/Basic/SamuraiRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ static partial void ModifyHissatsuGurenPvE(ref ActionSetting setting)
setting.UnlockedByQuestID = 68106;
setting.CreateConfig = () => new ActionConfig()
{
AoeCount = 1,
AoeCount = 2,
};
}

Expand Down

0 comments on commit 6443e5e

Please sign in to comment.