Raid Invite Classic

Raid Invite Classic

44.3k Downloads

Raid assistant can't start invite phase

bart-d opened this issue ยท 0 comments

commented

A raid assistant can't start an invite phase although he/she is able to invite players to the raid. Is this a deliberate choice?

if ((RIC.tabLength(raidMembers)==0) or UnitIsGroupLeader("player")) then -- CHeck that we are alone or a raid/group leader

If there is no actual reason, I suggest changing this line to:

if (RIC.tabLength(raidMembers)==0) or (UnitIsGroupAssistant("player") or UnitIsGroupLeader("player")) then