Quantcast

Add VEM to boss mod button

Repooc [11-04-13 - 14:56]
Add VEM to boss mod button
Filename
ElvUI_SLE/modules/uibuttons/uibuttons.lua
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