Skip to content

Commit

Permalink
Properly update cooldowns for Filger.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Aug 7, 2019
1 parent aab2c22 commit aa6956d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ShestakUI/Modules/Auras/Filger.lua
Expand Up @@ -358,6 +358,12 @@ function Filger:OnEvent(event, unit, _, castID)
self.actives[spid] = nil
end
end
elseif event == "SPELL_UPDATE_COOLDOWN" then
for spid in pairs(self.actives) do
if self.actives[spid].data.filter == "CD" then
self.actives[spid] = nil
end
end
end

local ptt = GetSpecialization()
Expand Down

0 comments on commit aa6956d

Please sign in to comment.