Fix PF Score

This commit is contained in:
Hotaru
2024-10-03 22:12:47 +07:00
parent c433dd5dfc
commit 1c54fce19e

View File

@@ -242,7 +242,7 @@ public class ChallengeInstance
if (Excel.StoryExcel != null)
{
battle.AddBattleTarget(1, 10001, GetTotalScore());
battle.AddBattleTarget(1, 10002, GetTotalScore());
foreach (var id in Excel.StoryExcel.BattleTargetID!) battle.AddBattleTarget(5, id, GetTotalScore());
}