Skip to content

Commit

Permalink
Merge pull request #175 from FFXIV-CombatReborn/dawntrail
Browse files Browse the repository at this point in the history
Update default rotations URL
  • Loading branch information
NostraThomas99 authored Jun 30, 2024
2 parents 440f7b5 + 2de13c7 commit 1c50f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RotationSolver.Basic/Configuration/Configs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public const string
public SortedSet<Job> DisabledJobs { get; private set; } = [];

[JsonIgnore]
public static string[] DefaultRotations = ["https://github.com/FFXIV-CombatReborn/LTSDefaults/releases/latest/download/DefaultRotations.dll"];
public static string[] DefaultRotations = ["https://github.com/FFXIV-CombatReborn/RebornRotations/releases/latest/download/RebornRotations.dll"];

public string[] RotationLibs { get; set; } = DefaultRotations;
public List<TargetingType> TargetingTypes { get; set; } = [];
Expand Down

0 comments on commit 1c50f1e

Please sign in to comment.