Skip to content

Commit 2adc977

Browse files
committed
added taiwan subregion 2
1 parent defb575 commit 2adc977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/bnet_scraper/starcraft2.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module Starcraft2
2121
'kr' => { gateway: 'kr', subregion: 1, locale: 'ko', label: 'Korea' },
2222
# There's a subregion 2 for korea and I honestly don't know what the name of that would be
2323
'kr2' => { gateway: 'kr', subregion: 2, locale: 'ko', label: 'Also Korea' }
24+
# Also for taiwan
25+
'tw2' => { gateway: 'tw', subregion: 2, locale: 'zh', label: 'Also Taiwan' },
2426
}
2527

2628
# Gateway Hostname Mapping

0 commit comments

Comments
 (0)