diff --git a/resource/tasks.json b/resource/tasks.json index 722d5812a4..59d4cd5a14 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -6316,6 +6316,10 @@ "action": "DoNothing", "text": [], "ocrReplace": [ + [ + "—", + "-" + ], [ "^.+-EX-?\\d+$", "_INVALID_" @@ -6327,10 +6331,6 @@ [ "^.+-MO-?\\d+$", "_INVALID_" - ], - [ - "—", - "-" ] ], "roi": [ @@ -9117,4 +9117,4 @@ "RoguelikeWaitBattleStart" ] } -} \ No newline at end of file +}