Skip to content

Commit

Permalink
Removed old Bag item Frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Larsj02 committed May 22, 2024
1 parent b8d445e commit 48bd9fd
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -331,24 +331,6 @@ local function createFrame()
bagItemScrollBox:SetScript("OnEvent", updateBagItems)
bagItemScrollBox:SetScript("OnShow", updateBagItems)

local openRandomGemC = uiElements:CreateIcon(gems, {
points = {
{ "LEFT", openRandomGemT, "RIGHT", 5, 0 }
},
isClickable = true,
actionType = "ITEM",
actionID = 223904
})

local openRandomGemM = uiElements:CreateIcon(gems, {
points = {
{ "LEFT", openRandomGemC, "RIGHT", 5, 0 }
},
isClickable = true,
actionType = "ITEM",
actionID = 223905
})

local helpText =
"|A:newplayertutorial-icon-mouse-leftbutton:16:16|a Click a Gem in this list to Socket or Unsocket.\n" ..
"'In Bag Item' or 'Socketed' indicates that you unsocket it.\n" ..
Expand Down

0 comments on commit 48bd9fd

Please sign in to comment.