From da8404b172bbce320b9d1e4aeefaf5d463281032 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Wed, 24 Sep 2025 15:03:57 +0300 Subject: [PATCH] fix inbox tooltip --- core/tooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tooltip.lua b/core/tooltip.lua index 8fbc32e..5fa18b3 100644 --- a/core/tooltip.lua +++ b/core/tooltip.lua @@ -155,7 +155,7 @@ function game_tooltip_hooks:SetInboxItem(index) local name, _, quantity = GetInboxItem(index) local id = name and info.item_id(name) if id then - local _, itemstring, quality = (id) + local _, itemstring, quality = GetItemInfo(id) if quality and itemstring then local hex = aux.select(4, GetItemQualityColor(tonumber(quality))) local link = hex .. '|H' .. itemstring .. '|h[' .. name .. ']|h' .. FONT_COLOR_CODE_CLOSE