From 58b0b993a8b3fe16fe1f86ff0c68c15aaf139914 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 22 May 2023 18:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/caravan/comp_configure.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caravan/comp_configure.go b/modules/caravan/comp_configure.go index f56fbfca6..c7d4f0f86 100644 --- a/modules/caravan/comp_configure.go +++ b/modules/caravan/comp_configure.go @@ -30,7 +30,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp this.LoadConfigure(game_caravan_lv, cfg.NewGameCaravanLv) this.LoadConfigure(game_caravan_reward, cfg.NewGameCaravanReward) this.LoadConfigure(game_caravan_thing, cfg.NewGameCaravanThing) - this.LoadConfigure(game_caravan_event, cfg.NewGameCaravanRvent) + this.LoadConfigure(game_caravan_event, cfg.NewGameCaravanEvent) return }