Skip to content

Commit

Permalink
Merge pull request #503 from FFXIV-CombatReborn/mergeWIP
Browse files Browse the repository at this point in the history
fix autorot
  • Loading branch information
CarnifexOptimus authored Dec 16, 2024
2 parents 8637c20 + 0f0ec1e commit 0f3a990
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BossMod/Modules/Dawntrail/Ultimate/FRU/FRUAI.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
using BossMod.AI;
using BossMod.Autorotation;
using BossMod.Pathfinding;

namespace BossMod.Dawntrail.Ultimate.FRU;

// note: this assumes the positions my static was using
sealed class FRUAI(RotationModuleManager manager, Actor player) : AIRotationModule(manager, player)
{
public enum Track { Movement }
public enum MovementStrategy { None, Pathfind, Prepull, DragToCenter, MaxMeleeNearest, ClockSpot }
public enum MovementStrategy { None, Prepull, DragToCenter, MaxMeleeNearest, ClockSpot }

public static RotationModuleDefinition Definition()
{
Expand Down

0 comments on commit 0f3a990

Please sign in to comment.