Removed default difficulty being added to UI String builder

When equipableFilter is Enabled will also only search for items less then your level
This commit is contained in:
merstrax
2022-01-17 06:13:39 -05:00
parent 052ddc4c6f
commit 50ebfd4f6f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -768,7 +768,7 @@ function AtlasLoot:AdvancedSearch(Text, args)
advSearchString = AppendSearchString(advSearchString, "type="..AdvancedSearchOptions["type"]);
end
if AdvancedSearchOptions["difficulty"] ~= "" then
if AdvancedSearchOptions["difficulty"] ~= "" and AdvancedSearchOptions["difficulty"] ~= 2 then
advSearchString = AppendSearchString(advSearchString, "dif="..AdvancedSearchOptions["difficulty"]);
end