fix: 修复空提交问题
This commit is contained in:
@@ -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})
|
||||
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user