fixed advanced search not holding the difficulty

This commit is contained in:
Anch
2022-08-10 22:30:47 +12:00
parent 71dcf8cc8d
commit 4fc6569b16
+1 -1
View File
@@ -590,6 +590,6 @@ function AtlasLoot:AdvancedSearch(Text)
end
end
AtlasLoot_AdvancedSearchClose();
AtlasLootDefaultFrame_AdvancedSearchPanel:Hide();
AtlasLoot:Search(string.lower(advSearchString));
end