上传资源默认
This commit is contained in:
parent
61787d5cd2
commit
9f55ca0628
@ -126,10 +126,10 @@ func (this *Practice) AddItems(session comm.IUserSession, items map[string]int32
|
|||||||
Knapsack: make(map[string]int32),
|
Knapsack: make(map[string]int32),
|
||||||
Gymaction: 0,
|
Gymaction: 0,
|
||||||
Gymrefresh: 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},
|
Pillar2: &pb.DBPracticePillar{Index: 2, Lv: 1},
|
||||||
Pillar3: &pb.DBPracticePillar{Index: 3, 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),
|
Statuers: make([]*pb.DBPracticeStatuer, 0),
|
||||||
}
|
}
|
||||||
id = make([]string, 0)
|
id = make([]string, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user