Quantcast

prevents marks to be shown in BGs and arenas.

Darthpred [10-23-12 - 08:27]
prevents marks to be shown in BGs and arenas.

Imo they are useless there. But sometimes people are using mark to
differ team healers. so I'm not sure bout this change.
Filename
ElvUI_SLE/modules/marks/marks.lua
diff --git a/ElvUI_SLE/modules/marks/marks.lua b/ElvUI_SLE/modules/marks/marks.lua
index fc67c9d..d9e5763 100644
--- a/ElvUI_SLE/modules/marks/marks.lua
+++ b/ElvUI_SLE/modules/marks/marks.lua
@@ -188,7 +188,7 @@ function RM:UpdateVisibility()
 	local inInstance, instanceType = IsInInstance()

 	if E.db.sle.marks.enabled then
-		if inInstance and E.db.sle.marks.showinside then
+		if (inInstance and instanceType ~= "pvp") and E.db.sle.marks.showinside then
 			mark_menu:Show()
 		elseif not inInstance and E.db.sle.marks.showinside then
 			mark_menu:Hide()