Skip to content

Commit

Permalink
fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Apr 29, 2024
1 parent 1b8a17d commit 7fd652d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElvUI/Core/Modules/Tooltip/Tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ function TT:Initialize()
TT:SecureHookScript(GameTooltip, 'OnTooltipCleared', 'GameTooltip_OnTooltipCleared')
TT:SecureHookScript(GameTooltip.StatusBar, 'OnValueChanged', 'GameTooltipStatusBar_OnValueChanged')

if AddTooltipPostCall then
if AddTooltipPostCall and not E.Cata then -- exists but doesn't work atm on Cata
AddTooltipPostCall(TooltipDataType.Spell, TT.GameTooltip_OnTooltipSetSpell)
AddTooltipPostCall(TooltipDataType.Item, TT.GameTooltip_OnTooltipSetItem)
AddTooltipPostCall(TooltipDataType.Unit, TT.GameTooltip_OnTooltipSetUnit)
Expand Down

0 comments on commit 7fd652d

Please sign in to comment.