made it so the dataSource is stored as a string
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user