上传资源默认

This commit is contained in:
liwei1dao 2023-03-24 22:45:09 +08:00
parent 61787d5cd2
commit 9f55ca0628

View File

@ -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)