Some cleanups to commands.

This commit is contained in:
hondacrx
2022-06-07 17:49:43 -04:00
parent 22e3faa502
commit 3e0f40be0c
12 changed files with 132 additions and 42 deletions
+1 -1
View File
@@ -420,7 +420,7 @@ namespace Game.Chat
if (string.IsNullOrEmpty(rank))
continue;
if (rank.Equals(rankStr))
if (rank.Equals(rankStr, StringComparison.OrdinalIgnoreCase))
break;
if (i == ReputationMgr.ReputationRankThresholds.Length - 1)