From 3e978bfcb6a230b6f33ad989d83f0a7d7c80795a Mon Sep 17 00:00:00 2001 From: Adrian Klingen Date: Sat, 15 Jun 2024 18:05:44 +0200 Subject: [PATCH] remove isGem function --- ExportStructures/ItemSpec.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ExportStructures/ItemSpec.lua b/ExportStructures/ItemSpec.lua index cce20b4..50cf7d8 100644 --- a/ExportStructures/ItemSpec.lua +++ b/ExportStructures/ItemSpec.lua @@ -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.