Created
February 20, 2013 18:50
-
-
Save eigan/4998018 to your computer and use it in GitHub Desktop.
Need this to get regions button in sc2 wings of liberty after 2.0.4 patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<regions> | |
<region displayname="AUTHENTICATION_SG_REGION" hostname="sg" | |
allowedProductLocales="all" localesThatDefaultToThisRegion="enSG"/> | |
<region displayname="AUTHENTICATION_US_REGION" hostname="us" | |
allowedProductLocales="all" localesThatDefaultToThisRegion="enUS"/> | |
<region displayname="AUTHENTICATION_EU_REGION" hostname="eu" | |
allowedProductLocales="all" localesThatDefaultToThisRegion="enGB"/> | |
<region displayname="AUTHENTICATION_KR_REGION" hostname="kr" | |
allowedProductLocales="all" localesThatDefaultToThisRegion="koKR"/> | |
</regions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment