922c2d7 - Add player frame
[wowui.git] / OmaAB / HideBlizzard.lua
index 616d1a7..51c5fa9 100644 (file)
@@ -88,6 +88,11 @@ local function hide()
             PlayerTalentFrame:UnregisterEvent("ACTIVE_TALENT_GROUP_CHANGED");
         end);
     end
+
+    ZoneAbilityFrame:ClearAllPoints();
+    ZoneAbilityFrame:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -450, 150);
+    ExtraActionBarFrame:ClearAllPoints();
+    ExtraActionBarFrame:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT", -450, 120);
     --[[StanceBarFrame:UnregisterAllEvents()
     StanceBarFrame:Hide()
     StanceBarFrame:SetParent(UIHider)