Skip to content
Snippets Groups Projects
Commit 2294a335 authored by Alexander Sheiman's avatar Alexander Sheiman
Browse files

Update harmony/one-with-nature to do what it says it does

parent d58005b2
No related branches found
No related tags found
1 merge request!660Update harmony/one-with-nature to do what it says it does
......@@ -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