Fix report to party/raid
This commit is contained in:
parent
3e1ecb3d4f
commit
436c9cd3df
1 changed files with 4 additions and 2 deletions
|
|
@ -3966,8 +3966,10 @@ function Details:envia_relatorio (linhas, custom)
|
|||
end
|
||||
|
||||
if (to_who == "RAID" or to_who == "PARTY") then
|
||||
if (GetNumGroupMembers (LE_PARTY_CATEGORY_INSTANCE) > 0) then
|
||||
to_who = "INSTANCE_CHAT"
|
||||
if (GetNumRaidMembers() > 0) then
|
||||
to_who = "RAID"
|
||||
else
|
||||
to_who = "PARTY"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue