Framework Update and Removed Debug String

This commit is contained in:
Tercio Jose
2023-12-29 17:21:09 -03:00
parent dfc31a4aa5
commit 64675e2f71
5 changed files with 120 additions and 12 deletions
+2 -1
View File
@@ -197,7 +197,8 @@ do
---@type details_encounterinfo
local encounterInfo = Details:GetEncounterInfo(encounterName)
if (not encounterInfo) then
Details:Msg("did not find encounter info for: " .. (encounterName or "no-name") .. ".")
--Details:Msg("did not find encounter info for: " .. (encounterName or "no-name") .. ".")
--print(debugstack())
return "", 32, 20, 0, 1, 0, 1
end
return encounterInfo.creatureIcon, 32, 20, 0, 1, 0, 0.9