From c3cc2740a69ba330290c0b6e9da8b9c43c917025 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Tue, 14 Mar 2023 18:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=9C=8D=E5=8A=A1=E7=AB=AF?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/json/game_pandamasmz.json | 8 ++++---- modules/practice/modelPandata.go | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/json/game_pandamasmz.json b/bin/json/game_pandamasmz.json index e0b5f28cb..0de07e594 100644 --- a/bin/json/game_pandamasmz.json +++ b/bin/json/game_pandamasmz.json @@ -23,7 +23,7 @@ }, { "a": "attr", - "t": "30001", + "t": "gold", "n": 5000 } ], @@ -56,7 +56,7 @@ }, { "a": "attr", - "t": "30001", + "t": "gold", "n": 5000 } ], @@ -89,7 +89,7 @@ }, { "a": "attr", - "t": "30001", + "t": "gold", "n": 5000 } ], @@ -122,7 +122,7 @@ }, { "a": "attr", - "t": "30001", + "t": "gold", "n": 5000 } ], diff --git a/modules/practice/modelPandata.go b/modules/practice/modelPandata.go index 2405cb891..985144a95 100644 --- a/modules/practice/modelPandata.go +++ b/modules/practice/modelPandata.go @@ -45,10 +45,10 @@ func (this *modelPandata) queryUserMartialhall(uid string) (result *pb.DBPractic 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), } if err = this.refreshnpc(result); err != nil {