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

Merge branch 'master' of git.net-core.org:tome/t-engine4

parents 3e293694 cd3d0f59
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -118,7 +118,7 @@ newTalent{
action = function(self, t)
self:removeEffect(self.EFF_INFUSION_COOLDOWN)
local tids = {}
local nb = self:getTalentLevelRaw(t)
local nb = t.getNb(self, t)
for tid, _ in pairs(self.talents_cd) do
local tt = self:getTalentFromId(tid)
if tt.type[1] == "inscriptions/infusions" and self:isTalentCoolingDown(tt) then tids[#tids+1] = tid 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