Skip to content
Snippets Groups Projects
Commit 4294764f authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Talent errors fixed

parent b1c5ad80
No related branches found
No related tags found
No related merge requests found
......@@ -245,9 +245,9 @@ function _M:useTalent(id, who, force_level, ignore_cd, force_target, silent, no_
-- terminated
return
end
if err then error(err) end --propagate
coroutine.yield()
end
if err then error(err) end --propagate
end)
if not no_confirm and self:isTalentConfirmable(ab) then
local abname = game:getGenericTextTiles(ab)..ab.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment