主线探索进度过滤出生点

This commit is contained in:
liwei1dao 2023-08-16 16:53:31 +08:00
parent 122c21a875
commit 76952788c8

View File

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