So after a 3 month+ ish break from playing wow, I came back and noticed people promote everyone to raid assistants in wintergrasp now.
This little macro should help with that.
Attempts to kick everyone in the raid except yourself, and then leaves./script for i=1, 40 do local x = GetRaidRosterInfo(i); if (x ~= nil and x ~= UnitName("player")) then UninviteUnit(x); end; end; LeaveParty();
http://i37.tinypic.com/2cfqvz9
Wond llo.