Skip to content

Commit

Permalink
refactor: update soulcore log level
Browse files Browse the repository at this point in the history
  • Loading branch information
omarcopires committed Feb 5, 2025
1 parent 2a5a0e7 commit 10b0ad7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ function callback.monsterOnDropLoot(monster, corpse)
local randomMonster = monstersInCategory[math.random(#monstersInCategory)]
local itemName = randomMonster:name():lower() .. " soul core"
soulCoreId = getItemIdByName(itemName)
logger.info("soulcoreId: " .. soulCoreId)

logger.debug("soulcoreId {}", soulCoreId)
end
end

Expand Down

0 comments on commit 10b0ad7

Please sign in to comment.