上传日志输出代码
This commit is contained in:
parent
7b1b393922
commit
7d521d84fa
@ -199,7 +199,7 @@ func (this *configureComp) getWorldtaskBattleById(confId int32) (conf *cfg.GameW
|
|||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
if conf, ok = v.(*cfg.GameWorldBattle).GetDataMap()[confId]; !ok {
|
if conf, ok = v.(*cfg.GameWorldBattle).GetDataMap()[confId]; !ok {
|
||||||
err = comm.NewNotFoundConfErr(modulename, gameWorldTask, confId)
|
err = comm.NewNotFoundConfErr(modulename, gameWorldtaskBattle, confId)
|
||||||
this.module.Errorf("err:%v", err)
|
this.module.Errorf("err:%v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user