View Single Post
01-02-22, 09:59 AM   #9
zENK
A Murloc Raider
Join Date: Dec 2021
Posts: 5
Thank you! This macro works great now

Code:
/run local n,u=4,"party" if IsInRaid() then n,u=40,"raid" end for i=n,1,-1 do if UnitExists(u..i) and not UnitIsUnit(u..i,"player") then UninviteUnit(u..i,nil,1) end end LeaveParty()

Last edited by zENK : 01-02-22 at 07:53 PM.
  Reply With Quote