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:
@@ -770,7 +770,9 @@ function AtlasLoot:ShowItemsFrame(dataID, dataSource, tablenum)
|
||||
AtlasLoot:HideNoUsableItems();
|
||||
end
|
||||
|
||||
AtlasLoot:QueryLootPage();
|
||||
if dataID ~= "SearchResult" then
|
||||
AtlasLoot:QueryLootPage();
|
||||
end
|
||||
end
|
||||
|
||||
--[[
|
||||
|
||||
Reference in New Issue
Block a user