
Originally Posted by
'diggla',index.php?page=Thread&postID=195699#post1 95699
i coded a small workaround for the Auto-Decline group invitations so that autoaccepting works again
add the following to the file "World of Warcraft\Interface\AddOns\Jamba\Modules\JambaGroup .lua" at line 29
StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end
so that the file at line 29+ looks like:
--- snip -------
function JambaGroup:Initialize( dbOptions )
StaticPopupDialogs["PARTY_INVITE"].OnHide = function(self) self:Hide(); end
-- Initialise utility functions and constants.
self.utils = LibStub( "JambaUtils-1.0" )
--- snip -------
blizzard changed the action which is taken when the dialog is hidden by an addon to "declining the invite". therefore i edited the default action to "do not decline - just hide the dialogue".
Connect With Us