diff --git a/Classes/ItemsTab.lua b/Classes/ItemsTab.lua index 5f2ff691b..b5e556872 100644 --- a/Classes/ItemsTab.lua +++ b/Classes/ItemsTab.lua @@ -1613,7 +1613,7 @@ function ItemsTabClass:AddCustomModifierToDisplayItem() end) end end - if (self.build.targetVersion ~= "2_6" and self.displayItem.base.subType ~= "Abyss") or (self.displayItem.type ~= "Jewel" and self.displayItem.type ~= "Flask") then + if (self.build.targetVersion ~= "2_6" and self.displayItem.type ~= "Jewel") or (self.displayItem.type ~= "Jewel" and self.displayItem.type ~= "Flask") then t_insert(sourceList, { label = "Crafting Bench", sourceId = "MASTER" }) end if self.displayItem.type ~= "Jewel" and self.displayItem.type ~= "Flask" then