В lua файл любого аддонаPHP код:
local NoParty=CreateFrame("Frame", "NoParty")
function NoPartyFunc(self, event)
if event == "PARTY_INVITE_REQUEST" then
StaticPopup_Hide("PARTY_INVITE");
end
end
NoParty:SetScript("OnEvent", NoPartyFunc)
NoParty:RegisterEvent("PARTY_INVITE_REQUEST")