Skip to content

Commit

Permalink
also sneaking in a combo fix for StalwartSoul not being associated wi…
Browse files Browse the repository at this point in the history
…th Unleash
  • Loading branch information
LTS-FFXIV authored Apr 3, 2024
1 parent 39523c6 commit aef23a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Rotations/Basic/DarkKnightRotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static partial void ModifyQuietusPvE(ref ActionSetting setting)

static partial void ModifyStalwartSoulPvE(ref ActionSetting setting)
{
setting.StatusNeed = [StatusID.SaltedEarth];
setting.ComboIds = [ActionID.UnleashPvE];
setting.CreateConfig = () => new()
{
AoeCount = 2,
Expand Down

0 comments on commit aef23a4

Please sign in to comment.