Bug: Authenticator
SuperChronos opened this issue ยท 6 comments
If you do not have a Blizzard Authenticator attached to your account, you aren't allowed to make custom group names. Blizzard just gives you a basic +(whatever key level) in title. With Premade Group Filter addon enabled, it doesn't auto fill the title with a group name which in turn, doesn't allow you to list groups at all.
Yes this would be the intended workaround. I wonder if I can find an automatic solution. There is C_LFGList.IsPlayerAuthenticatedForLFG(activityID)
which tells if you may create a group for an activity and returns false for current mythic plus dungeons if you do not have an authenticator.
May I ask if the restriction only applies to the current mythic plus content or simply to all premade groups? Does this also apply to other content like PvP, raid or quest groups? Are you allowed to create raid/PvP/quest/torghast/custom groups?
Ah ok. I'll try the delete the content of FixGetPlaystyleString.lua (but keep the file)
fix mentioned in #76 or just disable whenever I want to form my own groups
Kindly have another try with the latest version. I changed the code so that players without an authenticator should be able to use automatic groups titles once again.