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 }