Skip to content

Commit

Permalink
fix: personal bests by attempts graph
Browse files Browse the repository at this point in the history
closes #245
  • Loading branch information
DorielRivalet committed Jan 27, 2024
1 parent ab1101e commit ea6a0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Views/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ private Task CheckQuestStateForDatabaseLogging()
this.DataLoader.Model.LoadedItemsAtQuestStart = false;
if (s.EnableQuestLogging)
{
DatabaseManagerInstance.InsertQuestData(this.DataLoader, (int)DatabaseManagerInstance.GetQuestAttempts(this.DataLoader.Model.QuestID(), this.DataLoader.Model.WeaponType(), this.OverlayModeWatermarkTextBlock.Text));
DatabaseManagerInstance.InsertQuestData(this.DataLoader, (int)DatabaseManagerInstance.GetQuestAttempts(this.DataLoader.Model.QuestID(), this.DataLoader.Model.WeaponType(), this.DataLoader.Model.GetOverlayModeForStorage()));
}
}

Expand Down

0 comments on commit ea6a0fd

Please sign in to comment.