From 6eef189c72ba3d25fc31903491a216044cc1630b Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 11 Jul 2024 14:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=89=93=E9=87=91=E6=AC=A1?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/matchserver/player/player.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/matchserver/player/player.go b/server/matchserver/player/player.go index 8f0ba6f8..f0f16b4e 100644 --- a/server/matchserver/player/player.go +++ b/server/matchserver/player/player.go @@ -484,6 +484,8 @@ func (this *player) updateChoose(skillId int32, heroUniId string, this.hero.specSkill = q5.ToInt32(rspObj.Info.HeroInfo.SpecSkill) q5.DuckToSimple(rspObj.Info.HeroInfo.Wealth, &this.hero.wealth) q5.DuckToSimple(rspObj.Info.HeroInfo.ValidLefttime, &this.hero.validLeftTime) + q5.DuckToSimple(rspObj.Info.HeroInfo.CurrentTimes, &this.hero.currentTimes) + q5.DuckToSimple(rspObj.Info.HeroInfo.TotalTimes, &this.hero.totalTimes) } cb(0, "")