From e3293d4313e24fae10760fea4f1b0290429653cd Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 28 Sep 2023 09:54:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E7=BA=BF=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_opencond.json | 4 ++-- modules/tools/comp_configure.go | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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 }