From 392a63f67ee173c9fc1981ca8d54bc2ec1739e2e Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Tue, 29 Jan 2008 23:02:29 +0000 Subject: [PATCH] * Possible fix for the hide party option --- PerfectRaid.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index 237cbce..f5871f6 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -225,7 +225,7 @@ function PerfectRaid:CreateRaidFrame(idx) end if self.db.profile.hideparty then - if self.db.profile.hideparty and self.hasparty then + if self.db.profile.hideparty then -- Disable the party frames self.hidingparty = true for i=1,4 do -- 1.7.9.5