Skip to content

Commit 8875066

Browse files
committed
Improvements/Additions to the REGIONS constant.
1 parent a8ebcb8 commit 8875066

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

sc2reader/constants.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,21 @@
322322
2: 'ru',
323323
},
324324

325-
# Korea
325+
# Korea - appear to both map to same place
326326
'kr': {
327327
1: 'kr',
328328
2: 'tw',
329329
},
330+
# Taiwan - appear to both map to same place
331+
'tw': {
332+
1: 'kr',
333+
2: 'tw',
334+
},
335+
336+
# China - different url scheme (www.battlenet.com.cn)?
337+
'cn': {
338+
1: 'cn',
339+
},
330340

331341
# South East Asia
332342
'sea': {

0 commit comments

Comments
 (0)