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

Commit

Permalink
fix: changed state string.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed May 1, 2023
1 parent 665ecb2 commit c11e8a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion Resources/HostileCastingArea.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[
2398,
3416,
9523,
13314,
13343,
13389,
13440,
13461,
13462,
26437,
26451,
27742,
30134,
30140,
30166,
Expand All @@ -15,5 +20,7 @@
31139,
31376,
31390,
31835
31835,
31956,
31978
]
2 changes: 1 addition & 1 deletion RotationSolver/Commands/RSCommands_StateSpecialCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ private static void DoSpecialCommandType(SpecialCommandType specialType, bool sa
private static void DoOneCommandType<T>(T type, Func<T, JobRole, string> sayout, Func<JobRole, T> doingSomething)
where T : struct, Enum
{
//Get jobrole.
//Get job role.
var role = Service.Player.ClassJob.GameData.GetJobRole();

type = doingSomething(role);
Expand Down
4 changes: 2 additions & 2 deletions RotationSolver/Localization/Strings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ internal partial class Strings
public string SpecialCommandType_AntiKnockback { get; set; } = "Anti-Knockback";
public string SpecialCommandType_Burst { get; set; } = "Burst";
public string SpecialCommandType_EndSpecial { get; set; } = "End Special";
public string SpecialCommandType_Smart { get; set; } = "Smart ";
public string SpecialCommandType_Manual { get; set; } = "Manual";
public string SpecialCommandType_Smart { get; set; } = "Auto Target ";
public string SpecialCommandType_Manual { get; set; } = "Manual Target";
public string SpecialCommandType_Cancel { get; set; } = "Cancel";
public string SpecialCommandType_Off { get; set; } = "Off";
#endregion
Expand Down

0 comments on commit c11e8a6

Please sign in to comment.