Fix report to party/raid
This commit is contained in:
@@ -3966,8 +3966,10 @@ function Details:envia_relatorio (linhas, custom)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if (to_who == "RAID" or to_who == "PARTY") then
|
if (to_who == "RAID" or to_who == "PARTY") then
|
||||||
if (GetNumGroupMembers (LE_PARTY_CATEGORY_INSTANCE) > 0) then
|
if (GetNumRaidMembers() > 0) then
|
||||||
to_who = "INSTANCE_CHAT"
|
to_who = "RAID"
|
||||||
|
else
|
||||||
|
to_who = "PARTY"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user