上传主线类型9关卡处理

This commit is contained in:
liwei1dao 2023-09-05 09:55:10 +08:00
parent 4468e48f87
commit dcbcd100a0

View File

@ -92,7 +92,7 @@ func (this *ModelMline) updateprogress(data *pb.DBMainline) {
}
chapteraward[conf.Chapterid].Stage++
}
if conf.Episodetype != 8 && conf.Episodetype != 0 {
if conf.Episodetype != 8 && conf.Episodetype != 9 && conf.Episodetype != 0 {
if _, ok = exploreaward[conf.Chapterid]; !ok {
exploreaward[conf.Chapterid] = &pb.DBMainlineAward{}
}