还原配置

This commit is contained in:
wh_zcy 2022-11-08 14:56:54 +08:00
parent 8b1fdecbc0
commit 3368628f67

View File

@ -10,7 +10,7 @@ import (
const ( const (
gameRtask = "game_rdtask.json" gameRtask = "game_rdtask.json"
gameRtaskChoose = "game_rdtaskchoose.json" gameRtaskChoose = "game_rdtaskchoose.json"
gameTaskCond = "game_taskcond.json" gameTaskCond = "game_rdtaskcondi.json"
gameRtaskSide = "game_rdtaskside.json" gameRtaskSide = "game_rdtaskside.json"
gameRtaskBattle = "game_rdtaskbattle.json" gameRtaskBattle = "game_rdtaskbattle.json"
) )
@ -24,7 +24,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp
err = this.LoadMultiConfigure(map[string]interface{}{ err = this.LoadMultiConfigure(map[string]interface{}{
gameRtask: cfg.NewGameRdtask, gameRtask: cfg.NewGameRdtask,
gameRtaskChoose: cfg.NewGameRdtaskChoose, gameRtaskChoose: cfg.NewGameRdtaskChoose,
gameTaskCond: cfg.NewGameTaskCond, gameTaskCond: cfg.NewGameRdtaskCondi,
gameRtaskSide: cfg.NewGameRdtaskSide, gameRtaskSide: cfg.NewGameRdtaskSide,
gameRtaskBattle: cfg.NewGameRdtaskBattle, gameRtaskBattle: cfg.NewGameRdtaskBattle,
}) })