fix IsInGroup
This commit is contained in:
parent
dfc65e8dad
commit
4c16ee9936
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ function tIndexOf(tbl, item)
|
|||
end
|
||||
|
||||
function IsInGroup()
|
||||
return (GetNumRaidMembers() == 0 and GetNumPartyMembers() > 0)
|
||||
return GetNumPartyMembers() > 0 or GetNumRaidMembers() > 0
|
||||
end
|
||||
|
||||
function IsInRaid()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue