diff --git a/tasks/daily/daily_quest.py b/tasks/daily/daily_quest.py index 7ea13cdd2..699fbfc9e 100644 --- a/tasks/daily/daily_quest.py +++ b/tasks/daily/daily_quest.py @@ -41,6 +41,8 @@ class DailyQuestOcr(Ocr): result = "已领取" if self.lang == 'en': result = result.replace('wor(d', 'world') + # Echo/ofWar + result = result.replace('cho/of', 'cho of') if "progress" in result.lower(): result = "In Progress" if "claimed" in result.lower():