barHolder:SetHeight(20);
function barHolder:OnStatusBarsUpdated() end;
local xpbars = _G["StatusTrackingBarManager"];
- xpbars:SetParent(barHolder);
+ xpbars:UnregisterAllEvents();
+ xpbars:Hide();
+ --xpbars:SetParent(barHolder);
UpdateMicroButtonsParent(barHolder);
MoveMicroButtons("TOP", UIParent, "TOP", -120, 0);