From 7d521d84fabdba260558f3a4e4c46ee971041bd0 Mon Sep 17 00:00:00 2001 From: liwei <2211068034@qq.com> Date: Wed, 2 Aug 2023 17:29:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/wtask/configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }