From b70c970c59dda6034ca2e5edb76dfac853f9a406 Mon Sep 17 00:00:00 2001 From: Steven Jackson Date: Wed, 15 Oct 2014 00:58:28 -0500 Subject: [PATCH] 5.0.34 --- Interface/AddOns/SVUI/packages/unit/frames.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interface/AddOns/SVUI/packages/unit/frames.lua b/Interface/AddOns/SVUI/packages/unit/frames.lua index 1b793df..3595815 100644 --- a/Interface/AddOns/SVUI/packages/unit/frames.lua +++ b/Interface/AddOns/SVUI/packages/unit/frames.lua @@ -1156,7 +1156,7 @@ local Raid25Visibility = function(self, event) self:UnregisterEvent("PLAYER_REGEN_ENABLED") end if not InCombatLockdown()then - if(instance and (instanceType == "raid" or instanceType == "pvp") and (maxPlayers == 25)) then + if(instance and (instanceType == "raid" or instanceType == "pvp") and (maxPlayers > 10 and maxPlayers < 40)) then UnregisterStateDriver(self, "visibility") if(raidType == 'Mythic') then self:Hide() -- 1.7.9.5