From 61787d5cd2ee31fd16de6ad9db61d07eaa827236 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 24 Mar 2023 21:56:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=A8=E6=A1=A9=E8=A7=A3?= =?UTF-8?q?=E9=94=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/practice/modelPandata.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/practice/modelPandata.go b/modules/practice/modelPandata.go index 0f36e49ac..985144a95 100644 --- a/modules/practice/modelPandata.go +++ b/modules/practice/modelPandata.go @@ -45,10 +45,10 @@ func (this *modelPandata) queryUserMartialhall(uid string) (result *pb.DBPractic Knapsack: make(map[string]int32), Gymaction: 0, Gymrefresh: 0, - Pillar1: &pb.DBPracticePillar{Index: 1, Lv: 1}, + Pillar1: &pb.DBPracticePillar{Index: 1, Isunlock: 2, Lv: 1}, Pillar2: &pb.DBPracticePillar{Index: 2, Lv: 1}, Pillar3: &pb.DBPracticePillar{Index: 3, Lv: 1}, - Pillarf: &pb.DBPracticePillar{Index: 4, Lv: 1}, + Pillarf: &pb.DBPracticePillar{Index: 4, Isunlock: 2, Lv: 1}, Statuers: make([]*pb.DBPracticeStatuer, 0), } if err = this.refreshnpc(result); err != nil { @@ -64,8 +64,6 @@ func (this *modelPandata) queryUserMartialhall(uid string) (result *pb.DBPractic return } - - //刷新npc func (this *modelPandata) refreshnpc(room *pb.DBPracticeRoom) (err error) { var (