Commit 2294a335c461901bebee784dbf837d0711758203
1 parent
d58005b2
Update harmony/one-with-nature to do what it says it does
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -118,7 +118,7 @@ newTalent{ |
118 | 118 | action = function(self, t) |
119 | 119 | self:removeEffect(self.EFF_INFUSION_COOLDOWN) |
120 | 120 | local tids = {} |
121 | - local nb = self:getTalentLevelRaw(t) | |
121 | + local nb = t.getNb(self, t) | |
122 | 122 | for tid, _ in pairs(self.talents_cd) do |
123 | 123 | local tt = self:getTalentFromId(tid) |
124 | 124 | if tt.type[1] == "inscriptions/infusions" and self:isTalentCoolingDown(tt) then tids[#tids+1] = tid end | ... | ... |
-
Please register or login to post a comment