上传修复
This commit is contained in:
parent
9c27602bbf
commit
5c3768034d
@ -171,6 +171,9 @@ func (this *ModelMline) randomboos(data *pb.DBMainline) (err error) {
|
||||
for k, _ := range data.Chapteraward {
|
||||
chapters = append(chapters, k)
|
||||
}
|
||||
if len(chapters) == 0 {
|
||||
return
|
||||
}
|
||||
for _, v := range chapters {
|
||||
if conf, err = this.module.configure.GetMainChapterConf(v); err != nil {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user