diff --git a/modules/actionbar.lua b/modules/actionbar.lua index 2da6dba6..51f4de70 100644 --- a/modules/actionbar.lua +++ b/modules/actionbar.lua @@ -631,6 +631,8 @@ pfUI:RegisterModule("actionbar", "vanilla:tbc", function () end for id in pairs(updatecache) do + ButtonUpdateCooldown(buttoncache[id]) + ButtonUpdateActive(buttoncache[id]) ButtonRefresh(buttoncache[id]) updatecache[id] = nil end