summaryrefslogtreecommitdiffstats
authorfreebaser <ishee.heath@gmail.com>2012-04-01 09:55:15 (GMT)
committer freebaser <ishee.heath@gmail.com>2012-04-01 09:55:15 (GMT)
commit89d8e5911e0af7f0136fabc12b1a0a3e3accb802 (patch) (side-by-side diff)
tree9f4e54ca8a174cfa67d92f9758d8d7fa5c3e5508
parent3f44e06a502e56d401bb47a6010dd49017620212 (diff)
downloadoUF_Freebgrid-master.zip
allassistcheck sometimes returns nilHEADmaster
Diffstat (more/less context) (ignore whitespace changes)
-rwxr-xr-xfreebgrid.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebgrid.lua b/freebgrid.lua
index b428835..f1dfbe0 100755
--- a/freebgrid.lua
+++ b/freebgrid.lua
@@ -165,7 +165,7 @@ end
local assistOverride = function(self, event)
local unit = self.unit
- if(UnitInRaid(unit) and UnitIsRaidOfficer(unit) and not UnitIsPartyLeader(unit) and not RaidFrameAllAssistCheckButton:GetChecked()) then
+ if(UnitInRaid(unit) and UnitIsRaidOfficer(unit) and not UnitIsPartyLeader(unit)) then
self.Assistant:Show()
else
self.Assistant:Hide()