Skip to content

Commit

Permalink
Fixed Paragon Quality
Browse files Browse the repository at this point in the history
  • Loading branch information
DelnarErsike committed Mar 9, 2024
1 parent 0454906 commit 4764e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chummer/Backend/Improvements/AddImprovementCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@ public void selectparagon(XmlNode bonusNode)
throw new AbortedException();
}

XmlNode xmlMentor = _objCharacter.LoadData("paragons.xml").TryGetNodeByNameOrId("/chummer/paragons/paragon", frmPickMentorSpirit.MyForm.SelectedMentor)
XmlNode xmlMentor = _objCharacter.LoadData("paragons.xml").TryGetNodeByNameOrId("/chummer/mentors/mentor", frmPickMentorSpirit.MyForm.SelectedMentor)
?? throw new AbortedException();
SelectedValue = xmlMentor["name"]?.InnerText ?? string.Empty;

Expand Down

0 comments on commit 4764e9e

Please sign in to comment.