From ecdc01d96c9b3101dfe562d028ec62f5c38f10a1 Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 15 Oct 2012 00:53:38 -0500 Subject: [PATCH] Added Ampere Addon Control Panel --- ElvUI_SLE/modules/uibuttons/uibuttons.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ElvUI_SLE/modules/uibuttons/uibuttons.lua b/ElvUI_SLE/modules/uibuttons/uibuttons.lua index ef4b1ba..fbef9e5 100644 --- a/ElvUI_SLE/modules/uibuttons/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons/uibuttons.lua @@ -116,6 +116,9 @@ function UB:CreateButtons() if IsAddOnLoaded("ACP") then Abutton:SetAttribute("type1", "macro") Abutton:SetAttribute("macrotext1", "/acp") + elseif IsAddOnLoaded("Ampere") then + Abutton:SetAttribute("type1", "macro") + Abutton:SetAttribute("macrotext1", "/ampere") else Abutton:SetAttribute("type1", "macro") Abutton:SetAttribute("macrotext1", "/stam") -- 1.7.9.5