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

Commit

Permalink
fix: renamed the ranged jobs' name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiDog1998 committed Feb 22, 2023
1 parent 45ecef0 commit aa418fa
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RotationSolver/Localization/Strings_Major.cs
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ internal partial class Strings
public string JobRole_Melee { get; set; } = "Melee";
public string JobRole_Ranged { get; set; } = "Ranged";
public string JobRole_Healer { get; set; } = "Healer";
public string JobRole_RangedPhysical { get; set; } = "Ranged Physical";
public string JobRole_RangedMagicial { get; set; } = "Ranged Magicial";
public string JobRole_RangedPhysical { get; set; } = "Ranged";
public string JobRole_RangedMagicial { get; set; } = "Magicial";
public string JobRole_DiscipleoftheLand { get; set; } = "Disciple of the Land";
public string JobRole_DiscipleoftheHand { get; set; } = "Disciple of the Hand";

Expand Down

0 comments on commit aa418fa

Please sign in to comment.