Skip to content

Commit 6cd220f

Browse files
committed
jc fix
fixed error with jc tradeskill ID
1 parent 61ecec0 commit 6cd220f

4 files changed

Lines changed: 203 additions & 195 deletions

File tree

Character.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ end
235235

236236
function Character:CanCraftItem(item)
237237

238-
--addon.DEBUG("func", "Character:CanCraftItem", string.format("looking for crafters for %s", item.name))
239-
240238
if type(self.data.profession1Recipes) == "table" then
241239
if self.data.profession1 == item.tradeskill then
242240
for k, itemID in ipairs(self.data.profession1Recipes) do

0 commit comments

Comments
 (0)