Skip to content

Commit

Permalink
chore: nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Sep 14, 2024
1 parent cf9fa84 commit ed05657
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Modules/Item/Inspect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ end

-- Gems
--創建圖標框架

local function CreateIconFrame(frame, index)
local icon = CreateFrame("Button", nil, frame)
icon.index = index
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ed05657

Please sign in to comment.