Quantcast

raid frames

Munglunch [10-27-14 - 14:57]
raid frames
Filename
Interface/AddOns/SVUI/assets/artwork/Icons/Thumbs.db
Interface/AddOns/SVUI/packages/unit/groups.lua
Interface/BUTTONS/Thumbs.db
diff --git a/Interface/AddOns/SVUI/assets/artwork/Icons/Thumbs.db b/Interface/AddOns/SVUI/assets/artwork/Icons/Thumbs.db
deleted file mode 100644
index 15d6ea3..0000000
Binary files a/Interface/AddOns/SVUI/assets/artwork/Icons/Thumbs.db and /dev/null differ
diff --git a/Interface/AddOns/SVUI/packages/unit/groups.lua b/Interface/AddOns/SVUI/packages/unit/groups.lua
index 281cbe3..bd96a09 100644
--- a/Interface/AddOns/SVUI/packages/unit/groups.lua
+++ b/Interface/AddOns/SVUI/packages/unit/groups.lua
@@ -436,7 +436,7 @@ local RaidVisibility = {
                     self:Hide()
                 end
             else
-                RegisterStateDriver(self, "visibility", "[@raid6, noexists][@raid11, exists][nogroup] hide;show")
+                RegisterStateDriver(self, "visibility", "[@raid1, noexists][@raid11, exists][nogroup] hide;show")
             end
         else
             self:RegisterEvent("PLAYER_REGEN_ENABLED")
@@ -456,7 +456,7 @@ local RaidVisibility = {
             if(instance and (instanceType == "raid")) then
                 UnregisterStateDriver(self, "visibility")
                 local maxPlayers = select(5, GetInstanceInfo())
-                if((maxPlayers > 10) and (maxPlayers < 40)) then
+                if((maxPlayers > 10) and (maxPlayers < 26)) then
                     self:Show()
                 else
                     self:Hide()
diff --git a/Interface/BUTTONS/Thumbs.db b/Interface/BUTTONS/Thumbs.db
deleted file mode 100644
index 9a524d6..0000000
Binary files a/Interface/BUTTONS/Thumbs.db and /dev/null differ