frame.ready:SetPoint("TOPLEFT", frame.background, "BOTTOMLEFT", 0, 14);
frame.ready:SetPoint("BOTTOMRIGHT", frame.background, "BOTTOMLEFT", 14, 0);
frame.ready:Hide();
+ frame.targeticon = frame:CreateTexture(nil, "OVERLAY");
+ frame.targeticon:SetPoint("CENTER", frame.background, "TOP");
+ frame.targeticon:SetWidth(12);
+ frame.targeticon:SetHeight(12);
+ frame.targeticon:SetTexture("Interface\\TARGETINGFRAME\\UI-RaidTargetingIcons");
+ frame.targeticon:Hide();
-- set up indicators
setupIndicators(frame, class);
-- set scripts