From 86405a4199d2f80eacd10eb98322c0200f82d898 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Tue, 4 Jul 2023 18:21:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E6=9E=90=E6=8A=A5=E9=94=99?= 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 098e82bc0..bcf911bf1 100644 --- a/modules/caravan/comp_configure.go +++ b/modules/caravan/comp_configure.go @@ -39,7 +39,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp this.LoadConfigure(game_caravan_thing, cfg.NewGameCaravanThing) this.LoadConfigure(game_caravan_event, cfg.NewGameCaravanEvent) this.LoadConfigure(game_caravan_rank, cfg.NewGameCaravanRank) - configure.RegisterConfigure(game_caravan_event, cfg.NewGameEquip, func() { + configure.RegisterConfigure(game_caravan_event, cfg.NewGameCaravanRank, func() { this.lock.Lock() if v, err := this.GetConfigure(game_caravan_event); err != nil { this.module.Errorf("err:%v", err)