Skip to content

Commit

Permalink
фикс егеря
Browse files Browse the repository at this point in the history
  • Loading branch information
SkiTles55 committed Sep 26, 2020
1 parent 3bf1966 commit 3d96a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SP-EFT-ProfileEditor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,8 @@ private async void SaveProfileButton_Click(object sender, RoutedEventArgs e)
jobject.SelectToken("TraderStandings").SelectToken(tr.Key)["currentLevel"] = Lang.Character.TraderStandings[tr.Key].CurrentLevel;
jobject.SelectToken("TraderStandings").SelectToken(tr.Key)["currentSalesSum"] = Lang.Character.TraderStandings[tr.Key].CurrentSalesSum;
jobject.SelectToken("TraderStandings").SelectToken(tr.Key)["currentStanding"] = Lang.Character.TraderStandings[tr.Key].CurrentStanding;
if (Lang.Character.TraderStandings[tr.Key].CurrentLevel > 1)
jobject.SelectToken("TraderStandings").SelectToken(tr.Key)["display"] = true;
}
if (Lang.Character.Quests.Count() > 0)
{
Expand Down

0 comments on commit 3d96a6e

Please # to comment.