Fix action bars and remove a thing we dont need

This commit is contained in:
Logan Payton
2018-02-28 00:47:55 -05:00
parent f63a589fd3
commit 3482c89c53
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -492,7 +492,9 @@ function AB:Initialize()
self:RawHook("ActionButton_GetPagedID")
-- self:SecureHook("PetActionBar_Update", "UpdatePet")
BonusActionBarFrame:Show()
if E.myclass == "WARRIOR" or E.myclass == "DRUID" then
BonusActionBarFrame:Show()
end
end
local function InitializeCallback()