Skip to content

Commit

Permalink
fix(db): objective images
Browse files Browse the repository at this point in the history
closes #296
  • Loading branch information
DorielRivalet committed Feb 19, 2024
1 parent d8b5cc7 commit 1019011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MHFZ_Overlay/Services/DatabaseService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17735,7 +17735,7 @@ private void PerformUpdateToVersion_0_37_0(SQLiteConnection connection, DataLoad
}

/// <summary>
/// TODO replace none images
/// Updates objective images.
/// </summary>
/// <param name="conn"></param>
private void UpdateQuestsObjectiveImage(SQLiteConnection conn)
Expand Down Expand Up @@ -17814,7 +17814,7 @@ FOR EACH ROW
}
}

Logger.Debug("Updated speedrun modes in quests table");
Logger.Debug("Updated objective images in quests table");
}

/// <summary>
Expand Down

0 comments on commit 1019011

Please sign in to comment.