From 4b8bc3692da01c6edee2ab62f91e0ae027974679 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 31 Jan 2024 18:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E7=AB=9E=E6=8A=80=E5=9C=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/arena/configure.go | 1 + 1 file changed, 1 insertion(+) 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 {