This broke on fresh druid

This commit is contained in:
Logan Payton
2018-02-28 20:24:25 -05:00
parent 40d394b477
commit a836b235fb
+1 -1
View File
@@ -492,7 +492,7 @@ function AB:Initialize()
self:RawHook("ActionButton_GetPagedID") self:RawHook("ActionButton_GetPagedID")
-- self:SecureHook("PetActionBar_Update", "UpdatePet") -- self:SecureHook("PetActionBar_Update", "UpdatePet")
if E.myclass == "WARRIOR" or E.myclass == "DRUID" then if E.myclass == "WARRIOR" then
BonusActionBarFrame:Show() BonusActionBarFrame:Show()
end end
end end