From e2450aa39c13369202e97aba6d38fa106d586270 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Fri, 15 Aug 2025 21:49:54 +0700 Subject: [PATCH] fix pf --- src/components/monsterBar/pf.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/monsterBar/pf.tsx b/src/components/monsterBar/pf.tsx index 15c1468..3540db4 100644 --- a/src/components/monsterBar/pf.tsx +++ b/src/components/monsterBar/pf.tsx @@ -35,7 +35,7 @@ export default function PfBar() { const challenge = mapPFInfo[pf_config.event_id.toString()]?.Level.find((pf) => pf.Id === pf_config.challenge_id) if (pf_config.event_id !== 0 && pf_config.challenge_id !== 0 && challenge) { const newBattleConfig = cloneDeep(pf_config) - newBattleConfig.cycle_count = 0 + newBattleConfig.cycle_count = 4 newBattleConfig.blessings = [] if (pf_config.buff_id !== 0) { newBattleConfig.blessings.push({