X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/fb13e34ef34a0d06235ca2b6dd3de0f5dbbd7fd8..11b769e7560a6eb8d19b8cd5d15c3be49c67db3c:/kehys/updater.lua diff --git a/kehys/updater.lua b/kehys/updater.lua index 668f229..eed2eaf 100644 --- a/kehys/updater.lua +++ b/kehys/updater.lua @@ -127,7 +127,8 @@ function addon.FrameUpdate(frame) end -- aura stacks if next(frame.stacks) then - frame.stack:SetText(next(frame.stacks)); + local _, amount = next(frame.stacks); + frame.stack:SetText(amount); if not frame.stack:IsShown() then frame.stack:Show() end elseif frame.stack:IsShown() then frame.stack:Hide();