From 79bfd96d50631250a14244189206c7299cb5647c Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 4 Nov 2013 09:56:26 -0500 Subject: [PATCH] Add VEM to boss mod button --- ElvUI_SLE/modules/uibuttons/uibuttons.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElvUI_SLE/modules/uibuttons/uibuttons.lua b/ElvUI_SLE/modules/uibuttons/uibuttons.lua index 7c591e3..b49c7ff 100755 --- a/ElvUI_SLE/modules/uibuttons/uibuttons.lua +++ b/ElvUI_SLE/modules/uibuttons/uibuttons.lua @@ -46,6 +46,8 @@ function UB:Create(button, symbol, text, name, desc) button:SetAttribute("macrotext1", "/bigwigs") elseif IsAddOnLoaded("DBM-Core") then button:SetAttribute("macrotext1", "/dbm options") + elseif IsAddOnLoaded("VEM-Core") then + button:SetAttribute("macrotext1", "/vem") end elseif button == Abutton then if IsAddOnLoaded("ACP") then -- 1.7.9.5