Closed wookiefriseur closed 1 year ago
Probably an issue with new recipes not being added to character knowledge, causing nil at recipeArray.characters.
recipeArray.characters
user:/AddOns/FurnitureCatalogue/FurCData.lua:158: attempt to index a nil value stack traceback: user:/AddOns/FurnitureCatalogue/FurCData.lua:158: in function 'parseBlueprint' |caaaaaa<Locals> blueprintLink = "|H0:item:198078:3:1:0:0:0:0:0:...", itemLink = "|H1:item:198025:3:1:0:0:0:0:0:...", blueprintId = 198078, recipeKey = 198025, recipeArray = [table:1]{origin = 3, itemName = "Säule aus Nekrom, Stein^f", version = 27, blueprint = 198078, craftingSkill = 0, itemId = 198025, itemLink = "|H1:item:198025:0:0:0:0:0:0:0:..."} </Locals>|r ...
Just fixing symptoms for now, not the root cause. Will be fixed with #41 either way
Probably an issue with new recipes not being added to character knowledge, causing nil at
recipeArray.characters
.Just fixing symptoms for now, not the root cause. Will be fixed with #41 either way