Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #244 from Four-amer/main
Browse files Browse the repository at this point in the history
Zanshin priority
  • Loading branch information
LTS-FFXIV authored Sep 20, 2024
2 parents 400ab48 + 57d62cd commit f795098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Melee/SAM_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ protected override bool AttackAbility(IAction nextGCD, out IAction? act)
if (HagakurePvE.CanUse(out act)) return true;
}

if (ZanshinPvE.CanUse(out act)) return true; // need to check rsr code for upgrade and remove aoecheck here !!! check later !!!
if (HissatsuGurenPvE.CanUse(out act)) return true;
if (HissatsuSeneiPvE.CanUse(out act)) return true;

if (ZanshinPvE.CanUse(out act)) return true; // need to check rsr code for upgrade and remove aoecheck here !!! check later !!!
if (HissatsuKyutenPvE.CanUse(out act)) return true;
if (HissatsuShintenPvE.CanUse(out act)) return true;

Expand Down

0 comments on commit f795098

Please sign in to comment.