Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jan 17, 2025
1 parent d32b1cc commit ea98fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Dependencies/GWCA/bin/gwca.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion GWToolboxdll/Modules/SalvageInfoModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace {
return;
const auto item_name_without_mods = ItemDescriptionHandler::GetItemEncNameWithoutMods(item);
if (wcscmp(item_name_without_mods.c_str(), enc_name) == 0) {
GW::UI::SendFrameUIMessage(GW::UI::GetChildFrame(GW::UI::GetRootFrame(),0xffffffff),GW::UI::UIMessage::kItemUpdated, item);
GW::UI::SendFrameUIMessage(GW::UI::GetChildFrame(GW::UI::GetRootFrame(),0xffffffff) ,GW::UI::UIMessage::kItemUpdated, item);
}
});
}
Expand Down

0 comments on commit ea98fb5

Please sign in to comment.