主线功能开启配置

This commit is contained in:
meixiongfeng 2023-09-28 09:54:05 +08:00
parent 5c8003e0ab
commit e3293d4313
2 changed files with 2 additions and 3 deletions

View File

@ -237,8 +237,8 @@
},
"main": [
{
"key": 1,
"param": 1
"key": 3,
"param": 20012
}
],
"wkqbx": 0,

View File

@ -89,7 +89,6 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com
this.SNum = make(map[int64]int32, 0)
configure.RegisterConfigure(game_lottery, cfg.NewGameLottery, this.LoadGroupData)
this.GetGroupDataByLottery(50001001, 1, 1)
return
}