Coach feature should work no on pre-made groups and instance groups

This commit is contained in:
Tercio Jose
2021-01-23 12:53:27 -03:00
parent f7a6512af5
commit e6639b1ec7
5 changed files with 22 additions and 12 deletions
+10 -1
View File
@@ -10114,8 +10114,17 @@ DF.ListboxFunctions = {
line:AlignWithHeader(listBox.header, "left")
return line
end,
}
SetData = function(frameCanvas, newData)
if (type(newData) ~= "table") then
error("ListBox:SetData received an invalid newData on parameter 2.")
return
end
frameCanvas.data = newData
frameCanvas.scrollBox:Refresh()
end,
}
local listbox_options = {
width = 800,
+3
View File
@@ -1354,6 +1354,9 @@ function raidStatusLib.playerInfoManager.GetPlayerFullInfo()
playerInfo[1] = specId
--covenant
--renown
local renown = C_CovenantSanctumUI.GetRenownLevel() or 1
playerInfo[2] = renown