Skip to content
Snippets Groups Projects
Commit c0350500 authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix

parent 3aaae141
No related branches found
No related tags found
No related merge requests found
......@@ -835,7 +835,7 @@ function _M:getTalentLevel(id)
else
t = _M.talents_def[id]
end
return t and (self:getTalentLevelRaw(id)) * (self:getTalentMastery(self:getTalentFromId(id)) or 0) or 0
return t and (self:getTalentLevelRaw(id)) * (self:getTalentMastery(t) or 0) or 0
end
......
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