X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/96ad366e5121bcaaa6621ffac6d085fdbb34c34a..05a8f268c2388ee33f8be87d1abb960d06b47dba:/OmaTMW/TellMeWhen.lua diff --git a/OmaTMW/TellMeWhen.lua b/OmaTMW/TellMeWhen.lua index fd9b0fc..cb35b0b 100644 --- a/OmaTMW/TellMeWhen.lua +++ b/OmaTMW/TellMeWhen.lua @@ -247,7 +247,9 @@ Indicators:SetScript("OnEvent", function(self, event, arg1) currentSpec = GetSpecialization(); for _, frame in pairs(frames) do if frame.auras then updateAuraFrame(frame) end - if frame.totems then updateTotemFrame(frame) end + if frame.totems then + for _, slot in pairs(frame.totems) do updateTotemFrame(frame, slot) end + end end elseif event == "PLAYER_LOGIN" then initialize();