fix auction sell item error

This commit is contained in:
Spit
2025-07-14 08:09:53 +03:00
parent 4529f2022a
commit cbc4a388c5
+1 -2
View File
@@ -293,8 +293,7 @@ local function HookTooltip(tooltip)
insideHook = true insideHook = true
original_SetAuctionSellItem(self) original_SetAuctionSellItem(self)
insideHook = false insideHook = false
local _, _, id = strfind(GetAuctionSellItemLink() or "", "item:(%d+)") self.itemID = tonumber(GetItemIDByName(GetAuctionSellItemInfo()))
self.itemID = tonumber(id)
ExtendTooltip(self) ExtendTooltip(self)
end end