local function initialize()
_, class = UnitClass("player");
attributes = addon.Clickheal[class];
+ if class == "MAGE" then
+ width = 72;
+ height = 37;
+ anchorX = 0;
+ anchorY = -380;
+ end
CFrame:SetFrameStrata("LOW");
CFrame:SetPoint("CENTER", nil, "CENTER", anchorX, anchorY);
CFrame:SetHeight((height+2)*8);