diff --git a/bin/json/game_opencond.json b/bin/json/game_opencond.json index ae41f90f7..82bd69750 100644 --- a/bin/json/game_opencond.json +++ b/bin/json/game_opencond.json @@ -237,8 +237,8 @@ }, "main": [ { - "key": 1, - "param": 1 + "key": 3, + "param": 20012 } ], "wkqbx": 0, diff --git a/modules/tools/comp_configure.go b/modules/tools/comp_configure.go index fc3bfb1ad..8b28f5b06 100644 --- a/modules/tools/comp_configure.go +++ b/modules/tools/comp_configure.go @@ -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 }