diff --git a/modules/arena/configure.go b/modules/arena/configure.go index ff7a217f2..2fad9308b 100644 --- a/modules/arena/configure.go +++ b/modules/arena/configure.go @@ -44,6 +44,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp this.LoadConfigure(game_arenarankreward, cfg.NewGameArenaRankReward) this.LoadConfigure(game_arenachallengenpc, cfg.NewGameArenaChallengeNpc) this.LoadConfigure(game_arenaactiveking, cfg.NewGameArenaActiveKing) + this.LoadConfigure(game_arenaweeklytask, cfg.NewGameArenaWeeklyTask) configure.RegisterConfigure(game_monsterformat, cfg.NewGameMonsterFormat, func() { this.mformatlock.Lock() if v, err := this.GetConfigure(game_monsterformat); err != nil {