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

Commit

Permalink
Nuget Bump and Dragoon hotifx
Browse files Browse the repository at this point in the history
  • Loading branch information
LTS-FFXIV committed Jul 29, 2024
1 parent a1c1a1b commit 7c9dd86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions BasicRotations/Melee/DRG_Default.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@ protected override bool GeneralGCD(out IAction? act)
if (SonicThrustPvE.CanUse(out act)) return true;
if (DoomSpikePvE.CanUse(out act, skipComboCheck: doomSpikeRightNow)) return true;

if (Player.WillStatusEndGCD(5, 0, true, StatusID.PowerSurge_2720))
{
if (DisembowelPvE.CanUse(out act)) return true;
}

if (DrakesbanePvE.CanUse(out act)) return true;

if (FangAndClawPvE.CanUse(out act)) return true;
Expand All @@ -119,8 +114,10 @@ protected override bool GeneralGCD(out IAction? act)
if (FullThrustPvE.CanUse(out act)) return true;
if (ChaosThrustPvE.CanUse(out act)) return true;

if (VorpalThrustPvE.CanUse(out act)) return true;
if (SpiralBlowPvE.CanUse(out act)) return true;
if (DisembowelPvE.CanUse(out act)) return true;
if (LanceBarragePvE.CanUse(out act)) return true;
if (VorpalThrustPvE.CanUse(out act)) return true;

if (RaidenThrustPvE.CanUse(out act)) return true;
if (TrueThrustPvE.CanUse(out act)) return true;
Expand Down
2 changes: 1 addition & 1 deletion BasicRotations/RebornRotations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<None Remove="Duty\PVPRotations\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="RotationSolverReborn.Basic" Version="7.0.1.38" />
<PackageReference Include="RotationSolverReborn.Basic" Version="7.0.1.39" />
</ItemGroup>
<ItemGroup>
<Reference Include="Dalamud">
Expand Down

0 comments on commit 7c9dd86

Please sign in to comment.