From 948b4eeeed6a3919bae50794fa979e65f4508c46 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Mon, 24 Jul 2023 18:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/stonehenge/configure.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/stonehenge/configure.go b/modules/stonehenge/configure.go index 8db1ddc0b..ec5953d93 100644 --- a/modules/stonehenge/configure.go +++ b/modules/stonehenge/configure.go @@ -91,14 +91,7 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp err = this.LoadConfigure(game_roomconf, cfg.NewGameStroneRoom) configure.RegisterConfigure(game_stageconf, cfg.NewGameStroneStage, this.LoadGameStroneStage) - //测试 接口 - _d := this.GetStageConfByStageid(1001) - fmt.Printf("%v", _d) - _d1, _ := this.GetStoneEventDataById(10000001) - _d2, _ := this.GetStoneBuffDataById(251023111) - _d3, _ := this.GetStoneRoomDataById(100001) - fmt.Printf("%v,%v,%v", _d1, _d2, _d3) return }