上传竞技场错误处理

This commit is contained in:
liwei1dao 2024-01-31 18:18:31 +08:00
parent b3273d8e13
commit 4b8bc3692d

View File

@ -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 {