上传主线类型9关卡处理
This commit is contained in:
parent
4468e48f87
commit
dcbcd100a0
@ -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{}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user