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();