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)