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

Commit

Permalink
or
Browse files Browse the repository at this point in the history
  • Loading branch information
Tykku committed May 13, 2024
1 parent ca71172 commit f43b0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BasicRotations/Duty/EmanationDefault.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ protected override bool EmergencyAbility(IAction nextGCD, out IAction? act)
bool Lol2 = HostileTarget?.CastActionId == 8522
bool Lol3 = HostileTarget?.CastActionId == 8523

if (Lol1 && Lol2 && Lol3)
if (Lol1 || Lol2 || Lol3)
{
if (VrilPvE.CanUse(out act)) return true; // Normal
if (VrilPvE_9345.CanUse(out act)) return true; // Extreme
Expand Down

0 comments on commit f43b0b4

Please sign in to comment.