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, "")