上传服务端配置
This commit is contained in:
parent
b90daeeb2f
commit
c3cc2740a6
@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"a": "attr",
|
"a": "attr",
|
||||||
"t": "30001",
|
"t": "gold",
|
||||||
"n": 5000
|
"n": 5000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -56,7 +56,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"a": "attr",
|
"a": "attr",
|
||||||
"t": "30001",
|
"t": "gold",
|
||||||
"n": 5000
|
"n": 5000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -89,7 +89,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"a": "attr",
|
"a": "attr",
|
||||||
"t": "30001",
|
"t": "gold",
|
||||||
"n": 5000
|
"n": 5000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -122,7 +122,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"a": "attr",
|
"a": "attr",
|
||||||
"t": "30001",
|
"t": "gold",
|
||||||
"n": 5000
|
"n": 5000
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -45,10 +45,10 @@ func (this *modelPandata) queryUserMartialhall(uid string) (result *pb.DBPractic
|
|||||||
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),
|
||||||
}
|
}
|
||||||
if err = this.refreshnpc(result); err != nil {
|
if err = this.refreshnpc(result); err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user