diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index 2a83cfb..0da4834 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -293,8 +293,7 @@ local function HookTooltip(tooltip) insideHook = true original_SetAuctionSellItem(self) insideHook = false - local _, _, id = strfind(GetAuctionSellItemLink() or "", "item:(%d+)") - self.itemID = tonumber(id) + self.itemID = tonumber(GetItemIDByName(GetAuctionSellItemInfo())) ExtendTooltip(self) end