From 9f55ca0628871d6ec43e5cc4ff465adb95853ae1 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 24 Mar 2023 22:45:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B5=84=E6=BA=90=E9=BB=98?= =?UTF-8?q?=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/practice/module.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/practice/module.go b/modules/practice/module.go index 8e19e95a9..3e418cf03 100644 --- a/modules/practice/module.go +++ b/modules/practice/module.go @@ -126,10 +126,10 @@ func (this *Practice) AddItems(session comm.IUserSession, items map[string]int32 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), } id = make([]string, 0)