Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Jan 20, 2023
1 parent 3b59a3e commit 98071d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPID/src/LookupFilters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Filter
hasLeveledFilters = HasLevelFiltersImpl();
}

Result Data::passed_string_filters(const NPCData& a_npcData) const
Result Data::passed_string_filters(const NPCData& a_npcData) const
{
if (!strings.ALL.empty() && !a_npcData.HasStringFilter(strings.ALL, true)) {
return Result::kFail;
Expand Down

0 comments on commit 98071d7

Please sign in to comment.