--Mythic+ 1-10 for TBC enabled

--Temp fix for a rare bug that could occur with Wishlist
This commit is contained in:
merstrax
2022-04-07 12:46:43 -04:00
parent 90a8ef1424
commit c66fee2d18
2 changed files with 18 additions and 8 deletions
+2 -2
View File
@@ -501,10 +501,10 @@ function AtlasLoot_CategorizeWishList(wlTable)
local dataID = strsplit("|", v[8]);
if v[AtlasLoot_Difficulty.DIF_SEARCH] then
local name = AtlasLoot_GetWishListSubheading(dataID)
dataID = dataID..AtlasLoot_Difficulty.Search[v[AtlasLoot_Difficulty.DIF_SEARCH]];
--dataID = dataID..AtlasLoot_Difficulty.Search[v[AtlasLoot_Difficulty.DIF_SEARCH]];
if not subheadings[dataID] then
subheadings[dataID] = name;
if subheadings[dataID] then subheadings[dataID] = subheadings[dataID].." ("..AtlasLoot_Difficulty.Search[v[AtlasLoot_Difficulty.DIF_SEARCH]]..")" end
--if subheadings[dataID] then subheadings[dataID] = subheadings[dataID].." ("..AtlasLoot_Difficulty.Search[v[AtlasLoot_Difficulty.DIF_SEARCH]]..")" end
end
-- Build subheading table
elseif not subheadings[dataID] then