Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix #16 - use tooltip was not working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maczuga committed Apr 24, 2021
1 parent 3901317 commit 1baae44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeakAuras/WeakAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3432,7 +3432,7 @@ function WeakAuras.GetAuraTooltipInfo(unit, index, filter)
local tooltip = WeakAuras.GetHiddenTooltip();
tooltip:ClearLines();
tooltip:SetUnitAura(unit, index, filter);
local tooltipTextLine = select(5, tooltip:GetRegions())
local debuffTypeLine, tooltipTextLine = select(11, tooltip:GetRegions())

local tooltipText = tooltipTextLine and tooltipTextLine:GetObjectType() == "FontString" and tooltipTextLine:GetText() or "";
local debuffType = "none";
Expand Down

0 comments on commit 1baae44

Please sign in to comment.