[285195] = {8, "stacks"}, -- Deathly Withering (Rastakhan)
[286646] = {1, "heal"}, -- Gigavolt Charge (Mekkatorque)
[287891] = {1, "stacks"}, -- Sheep Shrapnel (Mekkatorque)
- [285212] = {10, "stacks"}, -- Chilling Touch (Jaina)
+ [287993] = {1, "stacks"}, -- Chilling Touch (Jaina)
};
local auraEvents = {};
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();