Skip to content

Commit

Permalink
Merge pull request #744 from DakJaniels/master
Browse files Browse the repository at this point in the history
Fix assertion failure introduced by the recent tooltip changes
  • Loading branch information
rdw-software authored Aug 20, 2024
2 parents 4915d82 + 82368a6 commit 4bc1f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/GUI/GameTooltipHooks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ local function onTooltipSetItem(tooltip, tooltipData)
return
end

local _, itemLink = tooltip:GetItem()
local itemLink = tooltipData.hyperlink
if type(itemLink) ~= "string" then
return
end
Expand Down

0 comments on commit 4bc1f5d

Please sign in to comment.