Skip to content

Commit

Permalink
fix(tooltip): just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
ffainy committed Nov 23, 2022
1 parent 96009ea commit 6d03c54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/tooltip/azerite.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ function TOOLTIP:Azerite_UpdateTier(link)
end

function TOOLTIP:Azerite_UpdateItem()
if not self.GetItem then
return
end

local link = select(2, self:GetItem())
if not link then
return
Expand Down

0 comments on commit 6d03c54

Please sign in to comment.