Skip to content

Commit

Permalink
Merge pull request #441 from FFXIV-CombatReborn/mergeWIP
Browse files Browse the repository at this point in the history
legitimate force fix
  • Loading branch information
CarnifexOptimus authored Nov 16, 2024
2 parents 175e6bb + 2a2bd57 commit 61f5ab7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ public override void OnCastStarted(Actor caster, ActorCastInfo spell)
{
switch ((AID)spell.Action.ID)
{
case AID.LegitimateForceFirstL:
case AID.LegitimateForceFirstR:
AddAOEs(caster, spell, -90, 90);
break;
case AID.LegitimateForceFirstR:
case AID.LegitimateForceFirstL:
AddAOEs(caster, spell, 90, -90);
break;
}
Expand Down

0 comments on commit 61f5ab7

Please sign in to comment.