Cross faction autoinvite not working.
greenstones opened this issue ยท 3 comments
Describe the problem
If you are in a raid and are alliance or horde - your auto invite does not pick up the opposite faction even if they are your battle/net friend. Tested between three different toons on US Hyjal / Malfurion / Stormrage servers.
What steps will reproduce the problem?
- Have two people sign on to a horde and alliance character and add each other to battle.net id friends.
- Set the autoinvite word (invite)
- Try to whisper the friend through the list and invite will fail, only works properly if on same faction.
Consider attaching a screenshot below to help describe your issue (Attach directly, do not link to other websites)
Sorry no screenshot available
What version of the addon are you using? (Stating 'latest' is not useful)
Ora3 v9.2.1
Do you have an error log of what happened?
No error pops up just does not work.
Any additional information? (example: WoW language if not English)
Think I found the line to change: LINE 215
if info.clientProgram == BNET_CLIENT_WOW and info.wowProjectID == WOW_PROJECT_MAINLINE and info.factionName == playerFaction and info.realmID > 0 then
Remove the "and info.factionName == playerFaction"
if info.clientProgram == BNET_CLIENT_WOW and info.wowProjectID == WOW_PROJECT_MAINLINE and info.realmID > 0 then
Should be fixed with 1c487d6, but let me know there is still a problem