Coach feature should work no on pre-made groups and instance groups
This commit is contained in:
+10
-1
@@ -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,
|
||||
|
||||
@@ -1354,6 +1354,9 @@ function raidStatusLib.playerInfoManager.GetPlayerFullInfo()
|
||||
|
||||
playerInfo[1] = specId
|
||||
|
||||
--covenant
|
||||
|
||||
|
||||
--renown
|
||||
local renown = C_CovenantSanctumUI.GetRenownLevel() or 1
|
||||
playerInfo[2] = renown
|
||||
|
||||
Reference in New Issue
Block a user