fix: 修复空提交问题

This commit is contained in:
1
2025-11-16 21:54:18 +00:00
parent 0bc7db4177
commit 8ee5508974
3 changed files with 5 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ func (h Controller) PlayerFightBoss(data *fight.ChallengeBossInboundInfo, c *pla
})
fight.NewFight(c, ai, func(foi *info.FightOverInfo) {
c.Done.Done(model.MilestoneMode.BOSS, data.BossId)
c.Done.Exec(model.MilestoneMode.BOSS, []uint32{data.BossId})
})