Search table no longer queries all items on show

-This caused a refresh loop and could cause fun issues if you press search
button a couple times
-Search already queries the item before it can even be added
This commit is contained in:
merstrax
2022-08-17 11:14:33 -04:00
parent 437a9533f1
commit ca93a7992f
3 changed files with 21 additions and 31 deletions
+3 -1
View File
@@ -770,7 +770,9 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource, tablenum)
AtlasLoot:HideNoUsableItems();
end
AtlasLoot:QueryLootPage();
if dataID ~= "SearchResult" then
AtlasLoot:QueryLootPage();
end
end
--[[