fixed sub table name not changing
This commit is contained in:
@@ -789,6 +789,12 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame)
|
||||
lastType = dataSource[dataID].Type
|
||||
end
|
||||
|
||||
if SelectedTableTextSet then
|
||||
AtlasLootDefaultFrame_SelectedTable:SetText(AtlasLoot_TableNames[dataID][1]);
|
||||
else
|
||||
AtlasLootDefaultFrame_SelectedTable:SetText("");
|
||||
end
|
||||
|
||||
AtlasLootItemsFrame.refresh = {dataID, dataSource_backup, boss, pFrame};
|
||||
if dataID ~= "FilterList" then
|
||||
AtlasLootItemsFrame.refreshOri = {dataID, dataSource_backup, boss, pFrame}
|
||||
@@ -858,6 +864,7 @@ function AtlasLoot_ShowItemsFrame(dataID, dataSource, boss, pFrame)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
end
|
||||
|
||||
--For Alphamap and Atlas integration, show a 'close' button to hide the loot table and restore the map view
|
||||
|
||||
Reference in New Issue
Block a user