Quantcast

5.0.34

Steven Jackson [10-15-14 - 05:58]
5.0.34
Filename
Interface/AddOns/SVUI/packages/unit/frames.lua
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()