from retail

This commit is contained in:
Bunny67
2020-07-26 14:30:59 +03:00
parent 0e3999b8fd
commit ad5e1ed4d1
8 changed files with 121 additions and 71 deletions
+4
View File
@@ -727,6 +727,10 @@ function WeakAuras.EnsureOptions(data, subOption)
return frame:EnsureOptions(data, subOption)
end
function WeakAuras.GetPickedDisplay()
return frame:GetPickedDisplay()
end
function WeakAuras.GetSpellTooltipText(id)
local tooltip = WeakAuras.GetHiddenTooltip();
tooltip:SetSpellByID(id);