From 50eda3368a712ec3b259d47ee2c605b155872d7c Mon Sep 17 00:00:00 2001 From: xhqss <112264454+xhqss@users.noreply.github.com> Date: Fri, 14 Mar 2025 10:03:03 +0800 Subject: [PATCH] fix mistake in gmes_farming.py --- module/campaign/gems_farming.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/campaign/gems_farming.py b/module/campaign/gems_farming.py index 296613224..3b8761795 100644 --- a/module/campaign/gems_farming.py +++ b/module/campaign/gems_farming.py @@ -915,7 +915,7 @@ class GemsFarming(CampaignRun, FleetEquipment, Dock): logger.hr('TRIGGERED LV32 LIMIT') return True - if self.campaign.map_is_auto_search and self.campaign.config.GEMS_EMOTION_TRIGGRED: + if self.campaign.map_is_auto_search and self.campaign.config.GEMS_EMOTION_TRIGGERED: self._trigger_emotion = True logger.hr('TRIGGERED EMOTION LIMIT') return True @@ -977,7 +977,7 @@ class GemsFarming(CampaignRun, FleetEquipment, Dock): self._trigger_lv32 = False self._trigger_emotion = False self.campaign.config.LV32_TRIGGERED = False - self.campaign.config.GEMS_EMOTION_TRIGGRED = False + self.campaign.config.GEMS_EMOTION_TRIGGERED = False # Scheduler if self.config.task_switched():