Skip to content

Commit d953a19

Browse files
committed
ha
1 parent 2adc977 commit d953a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bnet_scraper/starcraft2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Starcraft2
2020
'tw' => { gateway: 'tw', subregion: 1, locale: 'zh', label: 'Taiwan' },
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
23-
'kr2' => { gateway: 'kr', subregion: 2, locale: 'ko', label: 'Also Korea' }
23+
'kr2' => { gateway: 'kr', subregion: 2, locale: 'ko', label: 'Also Korea' },
2424
# Also for taiwan
2525
'tw2' => { gateway: 'tw', subregion: 2, locale: 'zh', label: 'Also Taiwan' },
2626
}

0 commit comments

Comments
 (0)