Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Shestak/ShestakUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Shestak committed Oct 30, 2013
2 parents 3271696 + f1b0393 commit e4e7668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ShestakUI/Modules/Buffs/RaidBuffsReminder.lua
Expand Up @@ -147,7 +147,7 @@ local function OnAuraChange(self, event, arg1, unit)
end

local _, instanceType = IsInInstance()
if instanceType ~= "raid" and C.reminder.raid_buffs_always == false then
if (not IsInGroup() or instanceType ~= "raid") and C.reminder.raid_buffs_always == false then
RaidBuffReminder:SetAlpha(0)
visible = false
elseif flask == true and food == true and stat == true and stamina == true and spell5 == true and spell6 == true then
Expand Down

0 comments on commit e4e7668

Please sign in to comment.