diff --git a/modules/wtask/configure.go b/modules/wtask/configure.go index 0e0b3cc0a..b2cd559ce 100644 --- a/modules/wtask/configure.go +++ b/modules/wtask/configure.go @@ -199,7 +199,7 @@ func (this *configureComp) getWorldtaskBattleById(confId int32) (conf *cfg.GameW return } else { 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) return }