Skip to content
Snippets Groups Projects
Commit eca11775 authored by DarkGod's avatar DarkGod
Browse files

uh I have a feeling rogue rework removed some talents ?

parent 1f9b2332
No related branches found
No related tags found
No related merge requests found
......@@ -446,6 +446,7 @@ end
function _M:learnTalent(t_id, force, nb)
-- print("[TALENT]", self.name, self.uid, "learning", t_id, force, nb)
local t = _M.talents_def[t_id]
assert(t, "Learning unknown talent: "..tostring(t_id))
if not force then
local ok, err = self:canLearnTalent(t)
......
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