This commit is contained in:
Logan Payton
2018-02-23 01:34:29 -05:00
parent a41b76db36
commit 7f6c06bde2
+3 -1
View File
@@ -385,7 +385,7 @@ function AB:DisableBlizzard()
end end
end end
if element ~= MainMenuBar and element ~= BonusActionBarFrame then if element ~= MainMenuBar then
element:Hide() element:Hide()
end end
element:SetAlpha(0) element:SetAlpha(0)
@@ -491,6 +491,8 @@ function AB:Initialize()
self:SecureHook("ActionButton_Update") self:SecureHook("ActionButton_Update")
self:RawHook("ActionButton_GetPagedID") self:RawHook("ActionButton_GetPagedID")
-- self:SecureHook("PetActionBar_Update", "UpdatePet") -- self:SecureHook("PetActionBar_Update", "UpdatePet")
BonusActionBarFrame:Show()
end end
local function InitializeCallback() local function InitializeCallback()