diff --git a/interface/scripted/arcana_seekerLevel/arcana_seekerLevel.lua b/interface/scripted/arcana_seekerLevel/arcana_seekerLevel.lua index aca8d0b13..4aa881528 100644 --- a/interface/scripted/arcana_seekerLevel/arcana_seekerLevel.lua +++ b/interface/scripted/arcana_seekerLevel/arcana_seekerLevel.lua @@ -67,8 +67,6 @@ end function displayStats() local playerlevel = player.currency("arcana_seekerlevel") - sb.logInfo(dump(self.stats)) - sb.logInfo("-----") for i=1,self.max do sb.logInfo("---") sb.logInfo("i: "..i) @@ -76,7 +74,6 @@ function displayStats() sb.logInfo("stat: "..self.dict[v.stat].." amount: +"..v.amount) end end - sb.logInfo("-----") end function populateList() diff --git a/objects/workshop/workshop_auto_essenceextractor/script.lua b/objects/workshop/workshop_auto_essenceextractor/script.lua index a654bd16c..410562476 100644 --- a/objects/workshop/workshop_auto_essenceextractor/script.lua +++ b/objects/workshop/workshop_auto_essenceextractor/script.lua @@ -38,7 +38,6 @@ function output(state) for i=1, world.containerSize(entity.id()) do -- Export first avaliable item found if world.containerItemAt(entity.id(), i-1) ~= nil and i >= 2 then - --sb.logInfo(dump(world.containerItemAt(entity.id(), i-1))) outputFromSlot(i-1) return end diff --git a/recipes/arcana_havencrest/arcana_havencrest_materials/havencrest_tile5.recipe b/recipes/arcana_havencrest/arcana_havencrest_materials/havencrest_tile5.recipe index b490ecade..6d74acde2 100644 --- a/recipes/arcana_havencrest/arcana_havencrest_materials/havencrest_tile5.recipe +++ b/recipes/arcana_havencrest/arcana_havencrest_materials/havencrest_tile5.recipe @@ -1,7 +1,7 @@ { "input" : [ { "item" : "ironbar", "count" : 1 }, - { "item" : "arcana_essence_arcaneEssence", "count" : 1 } + { "item" : "arcana_misc_magifluxExtract", "count" : 1 } ], "output" : { "item" : "havencrest_tile5", "count" : 40 }, "duration" : 0.1,