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

Commit

Permalink
Update and rename PLD_Alpha.cs to zPLD_Alpha.cs
Browse files Browse the repository at this point in the history
changed to ensure rotation is not default
  • Loading branch information
LTS-FFXIV authored Aug 14, 2024
1 parent 5837024 commit 698f896
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

namespace DefaultRotations.Tank;

[Rotation("PLD Alpha", CombatType.PvE, GameVersion = "7.05")]
[SourceCode(Path = "main/DefaultRotations/Tank/PLD_Default.cs")]
[Rotation("zPLD Alpha", CombatType.PvE, GameVersion = "7.05")]
[SourceCode(Path = "main/DefaultRotations/Tank/zPLD_Alpha.cs")]
[Api(3)]
public class PLD_Alpha : PaladinRotation
public class zPLD_Alpha : PaladinRotation
{
#region Config Options

Expand Down Expand Up @@ -295,4 +295,4 @@ private bool UseOath(out IAction? act)
return false;
}
#endregion
}
}

0 comments on commit 698f896

Please sign in to comment.