3c36848 - Fix Chilling Touch and stack display
[wowui.git] / kehys / updater.lua
index 668f229..eed2eaf 100644 (file)
@@ -127,7 +127,8 @@ function addon.FrameUpdate(frame)
         end
         -- aura stacks
         if next(frame.stacks) then
         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();
             if not frame.stack:IsShown() then frame.stack:Show() end
         elseif frame.stack:IsShown() then
             frame.stack:Hide();