This commit is contained in:
@@ -83,7 +83,9 @@ func (h Controller) FreshChoiceFightLevel(data *fight.C2S_FRESH_CHOICE_FIGHT_LEV
|
||||
|
||||
for _, v := range boss.BossIds {
|
||||
r := service.NewBossService().Get(v)
|
||||
result.BossId = append(result.BossId, uint32(r.MonID))
|
||||
if r != nil {
|
||||
result.BossId = append(result.BossId, uint32(r.MonID))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user