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 2adc977 commit d953a19Copy full SHA for d953a19
lib/bnet_scraper/starcraft2.rb
@@ -20,7 +20,7 @@ module Starcraft2
20
'tw' => { gateway: 'tw', subregion: 1, locale: 'zh', label: 'Taiwan' },
21
'kr' => { gateway: 'kr', subregion: 1, locale: 'ko', label: 'Korea' },
22
# There's a subregion 2 for korea and I honestly don't know what the name of that would be
23
- 'kr2' => { gateway: 'kr', subregion: 2, locale: 'ko', label: 'Also Korea' }
+ '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' },
26
}
0 commit comments