mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
Fix PF Score
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user