We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ef88a commit b04e917Copy full SHA for b04e917
sc2reader/constants.py
@@ -146,7 +146,14 @@
146
'E55BB0': 'Pink'
147
}
148
149
-# TODO: We need a better mapping of subregions
+# TODO: Not sure if this is a complete mapping
150
+#
151
+# Assuming only 1 Public Test Realm subregion on the following basis:
152
153
+# Q: Is there only one PTR server or there will be one for each region?
154
+# A: There's only one PTR server and it's located in North American.
155
+# There are no current plans to have multiple PTR servers.
156
+# Source: http://us.blizzard.com/support/article.xml?locale=en_US&articleId=36109
157
REGIONS = {
158
'us': {
159
1: 'us',
@@ -159,5 +166,8 @@
166
'kr': {
160
167
1: 'kr',
161
168
2: 'tw',
162
- }
169
+ },
170
+ 'xx': {
171
+ 1: 'xx',
172
163
173
0 commit comments