Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I add two Battle.net accounts with the same email but in different regions? #404

Open
k99k5 opened this issue Sep 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@k99k5
Copy link

k99k5 commented Sep 8, 2024

Describe the bug
How do I add two Battle.net accounts with the same email but in different regions?
The latest version keeps overwriting the same record.

Additional context
Battle.net.config

{
    "Client": {
        "Version": {
            "FirstRun": "false",
            "Release": {
                "FirstRun": "false",
                "LastBuildVersion": "14956",
                "LastSeenPatchNotesVersion": "14956",
                "CriticalPatchSeqn": "4"
            },
            "BetaOptIn": "false",
            "Beta": {
                "LaunchFlag": "false",
                "FirstRun": "false",
                "LastBuildVersion": "14133",
                "ExitFlag": "false",
                "LastSeenPatchNotesVersion": "14133"
            }
        },
        "Toasts": {
            "ScreenPosition": "BottomRight",
            "Monitor": "0"
        },
        "GaClientId": "GA1.2.1746406592.1656689779",
        "AutoLogin": "true",
        "SavedAccountNames": "**SAME EMAIL**",
        "GameSearch": {
            "PerformedSearch": "true"
        },
        "Install": {
            "DefaultInstallPath": "G:\/",
            "DownloadLimitNextPatchInBps": "0",
            "DownloadLimitInBps": "0",
            "PauseUpdatesWhenLaunching": "false"
        },
        "Voice": {
            "InputDevice": "Default System Device",
            "TransmissionType": "0",
            "OutputDevice": "Default System Device",
            "OutputVolume": "100"
        },
        "HotKey": {
            "HotKeyActionToggleMute": ""
        },
        "SingleInstance": "true",
        "AppearOffline": {
            "LastNotificationMS": "0",
            "IsNotificationSeen": "true"
        },
        "Shop": {
            "SaleNotificationVersionClicked": "6"
        },
        "HighDpi": {
            "HighDpiSupported": "false",
            "HighDpiEnabled": "true"
        },
        "WelcomeArticle": {
            "LastSeenSequenceId": "2"
        },
        "RememberAccountName": "true"
    },
    "57de7d689ce230e7": {
        "Client": {
            "Language": "zhCN",
            "LoginSettings": {
                "AllowedRegions": "CN;US;EU;KR;",
                "AllowedLocales": "zhCN"
            }
        },
        "Path": "D:\\Program Files\\Battle.net",
        "Services": {
            "LastLoginAddress": "cn.actual.battlenet.com.cn",
            "LastLoginRegion": "CN",
            "LastLoginTassadar": "account.battlenet.com.cn"
        }
    }
}

diff:

 "57de7d689ce230e7": {
        "Client": {
            "Language": "zhCN",
            "LoginSettings": {
                "AllowedRegions": "CN;US;EU;KR;",
                "AllowedLocales": "zhCN"
            }
        },
        "Path": "D:\\Program Files\\Battle.net",
        "Services": {
            "LastLoginAddress": "cn.actual.battlenet.com.cn",
            "LastLoginRegion": "CN",
            "LastLoginTassadar": "account.battlenet.com.cn"
        }
    }
 "57de7d689ce230e7": {
        "Client": {
            "Language": "zhCN",
            "LoginSettings": {
                "AllowedRegions": "CN;US;EU;KR;",
                "AllowedLocales": "zhCN"
            }
        },
        "Path": "D:\\Program Files\\Battle.net",
        "Services": {
            "LastLoginAddress": "kr.actual.battle.net",
            "LastLoginRegion": "KR",
            "LastLoginTassadar": "account.battle.net"
        }
    }
@k99k5 k99k5 added the bug Something isn't working label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant