made it so the dataSource is stored as a string

This commit is contained in:
Anch
2022-08-17 17:03:06 +12:00
parent df97a50654
commit 7709b8a208
8 changed files with 45 additions and 44 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ function AtlasLoot_AdvancedSearchShow()
ATLASLOOT_CURRENTTYPE = "Search";
AtlasLoot:ScrollFrameUpdate();
AtlasLoot:SubTableScrollFrameUpdate("EmptyTable",AtlasLoot_Data);
AtlasLoot:SubTableScrollFrameUpdate("EmptyTable","AtlasLoot_Data");
end
function AtlasLoot_AdvancedSearchClose()