From 67bddca0d4f59073b3243c22c1405f0e3e88058f Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 9 Oct 2023 11:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/stonehenge/configure.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/stonehenge/configure.go b/modules/stonehenge/configure.go index 0f8255397..c10ea714b 100644 --- a/modules/stonehenge/configure.go +++ b/modules/stonehenge/configure.go @@ -100,7 +100,6 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp configure.RegisterConfigure(game_buffconf, cfg.NewGameStoneBuff, this.LoadGameStoneBuff) configure.RegisterConfigure(game_storyconf, cfg.NewGameStoneStory, this.LoadGameStoneStory) - this.GetRoomGroupDataByLottery(110100) return }