Skip to content

Commit

Permalink
Fixed dungeons not being flagged as completed in completion window
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Apr 12, 2024
1 parent 9649b13 commit 53c0573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GWToolboxdll/Windows/CompletionWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,7 @@ bool EotNMission::HasQuest()

void EotNMission::CheckProgress(const std::wstring& player_name) {
Mission::CheckProgress(player_name);
bonus = is_completed;
// EotN mission icons are sprited - first sprite for incomplete, second for complete
if (is_completed) {
icon_uv_offset[0] = { .5f,0.f };
Expand Down

0 comments on commit 53c0573

Please sign in to comment.