From 82368a626c05e67d845f625197313c8dc8093f44 Mon Sep 17 00:00:00 2001 From: Cullen Daugherty <107732615+DakJaniels@users.noreply.github.com> Date: Mon, 19 Aug 2024 06:27:54 -0500 Subject: [PATCH] UI: Fixed assertion failures from recent tooltip changes --- Core/GUI/GameTooltipHooks.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/GUI/GameTooltipHooks.lua b/Core/GUI/GameTooltipHooks.lua index a3b103b2..151bf557 100644 --- a/Core/GUI/GameTooltipHooks.lua +++ b/Core/GUI/GameTooltipHooks.lua @@ -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