Skip to content

Commit

Permalink
remove isGem function
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Jun 15, 2024
1 parent 5af6c45 commit 3e978bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ExportStructures/ItemSpec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,6 @@ function ItemSpecMeta:FillFromItemLink(itemLink)
end
end

---Returns if gemID string is a gem.
---@param gemId string
function isGem(gemId)
if gemId == '' then return false end
return true
end

---Set rune spell from an item in a slot, if item has a rune engraved.
---@param slotId integer
---@param bagId integer|nil If not nil check bag items instead of equipped items.
Expand Down

0 comments on commit 3e978bf

Please sign in to comment.