Skip to content

Commit

Permalink
fix misnamed NIN combo
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Jul 23, 2024
1 parent a37201b commit 53498ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIVComboVX/CustomComboPreset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ public enum CustomComboPreset {
[CustomComboInfo("Ten Chi Jin to Meisui", "Replaces Ten Chi Jin (the move) with Meisui while Suiton is up.\nCooldown tracking plugin recommended.", NIN.JobID)]
NinjaTCJMeisuiFeature = 3007,

[CustomComboInfo("Ten Chi Jin to Meisui", "Replaces Ten Chi Jin (the move) with Tenri Jindo when available.", NIN.JobID)]
[CustomComboInfo("Ten Chi Jin to Tenri Jindo", "Replaces Ten Chi Jin (the move) with Tenri Jindo when available.", NIN.JobID)]
NinjaTCJTenriJindo = 3036,

[CustomComboInfo("Kassatsu Chi/Jin Feature", "Replaces Chi with Jin while Kassatsu is up if you have Enhanced Kassatsu.", NIN.JobID)]
Expand Down

0 comments on commit 53498ac

Please sign in to comment.