actionbar: update all on generic events

This commit is contained in:
shagu
2019-12-21 10:34:53 +01:00
parent 59995900c3
commit f47cf6255e
+2
View File
@@ -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