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

Totality correctly respects fixed cooldown talents

parent eca11775
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ newTalent{
for tid, cd in pairs(self.talents_cd) do
local tt = self:getTalentFromId(tid)
if tt.type[1]:find("^celestial/") then
self.talents_cd[tid] = cd - t.getCooldownReduction(self, t)
self:alterTalentCoolingdown(tid, -t.getCooldownReduction(self, t))
end
end
return true
......
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