diff --git a/BasicRotations/Tank/PLD_Alpha.cs b/BasicRotations/Tank/zPLD_Alpha.cs similarity index 96% rename from BasicRotations/Tank/PLD_Alpha.cs rename to BasicRotations/Tank/zPLD_Alpha.cs index 0728c51..c726273 100644 --- a/BasicRotations/Tank/PLD_Alpha.cs +++ b/BasicRotations/Tank/zPLD_Alpha.cs @@ -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 @@ -295,4 +295,4 @@ private bool UseOath(out IAction? act) return false; } #endregion -} \ No newline at end of file +}