fix: Fixes missing ordinal string comparisons arguments. (#1431)
--------- Co-authored-by: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
This commit is contained in:
parent
8eb480bdf5
commit
d366e02251
6 changed files with 6 additions and 6 deletions
|
|
@ -401,7 +401,7 @@ public class SkillInfo
|
|||
DexGain = dexGain;
|
||||
IntGain = intGain;
|
||||
GainFactor = gainFactor;
|
||||
ProfessionSkillName = professionSkillName ?? Name.Replace(" ", "");
|
||||
ProfessionSkillName = professionSkillName ?? Name.RemoveOrdinal(" ");
|
||||
StatTotal = strScale + dexScale + intScale;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue