From d9945aeb1021642dcc276798c652732d33b1effa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=A2=E1=84=91=E1=85=B3=E1=86=AF=20=E1=84=82?= =?UTF-8?q?=E1=85=A9=E1=84=90=E1=85=B3=E1=84=87=E1=85=AE=E1=86=A8?= Date: Tue, 16 Apr 2019 10:24:10 +0900 Subject: [PATCH] Fix: korean basic word -> korean second finger word --- src/game/typing/word_list/korean_basic.js | 4 ---- src/game/typing/word_list/korean_second_finger.js | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game/typing/word_list/korean_basic.js b/src/game/typing/word_list/korean_basic.js index 3449275..4e1c299 100644 --- a/src/game/typing/word_list/korean_basic.js +++ b/src/game/typing/word_list/korean_basic.js @@ -31,10 +31,6 @@ var koreanBasicWordList = [ "얼마나", "엄마", "엉망", - "오니", - "오라", - "오리", - "올림", "이나마", "이날", "이랑", diff --git a/src/game/typing/word_list/korean_second_finger.js b/src/game/typing/word_list/korean_second_finger.js index 89ab7a8..72162f4 100644 --- a/src/game/typing/word_list/korean_second_finger.js +++ b/src/game/typing/word_list/korean_second_finger.js @@ -52,6 +52,10 @@ var koreanSecondFingerWordList = [ "얹히다", "엄두", "엇갈리다", + "오니", + "오라", + "오리", + "올림", "오리다", "옮기다", "우거지다",