From ed056577a750940cebfc97fe956b7ad893d18be0 Mon Sep 17 00:00:00 2001 From: Zhou Fang Date: Sat, 14 Sep 2024 11:57:31 +0900 Subject: [PATCH] chore: nothing --- Modules/Item/Inspect.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Item/Inspect.lua b/Modules/Item/Inspect.lua index e52ee2d7..35057f3a 100644 --- a/Modules/Item/Inspect.lua +++ b/Modules/Item/Inspect.lua @@ -150,7 +150,6 @@ end -- Gems --創建圖標框架 - local function CreateIconFrame(frame, index) local icon = CreateFrame("Button", nil, frame) icon.index = index @@ -332,7 +331,7 @@ local function ShowGemAndEnchant(frame, ItemLink, anchorFrame, itemframe) icon.bg:SetVertexColor(1, 0.2, 0.2, 0.6) icon.texture:SetTexture("Interface\\Cursor\\Quest") --QuestRepeatable icon:ClearAllPoints() - icon:SetPoint("LEFT", anchorFrame, "RIGHT", num == 1 and 6 or 1, 0) + icon:Point("LEFT", anchorFrame, "RIGHT", num == 1 and 6 or 1, 0) icon:Show() anchorFrame = icon end