Script command to leave party

this worked before prepatch,they changed it?

/script if IsAltKeyDown() then LeaveParty() end

edit : this works those that care

/script if IsAltKeyDown() then C_PartyInfo.LeaveParty() end

5 Likes