From e56b025019c55fbea3a8187108f0e0c1ddbe3d83 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 28 Apr 2023 23:08:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8B=B1=E9=9B=84=E5=8D=87=E6=98=9F=20?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E5=88=B7=E6=96=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/api_strengthenUpStar.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hero/api_strengthenUpStar.go b/modules/hero/api_strengthenUpStar.go index 291813626..f66b4b704 100644 --- a/modules/hero/api_strengthenUpStar.go +++ b/modules/hero/api_strengthenUpStar.go @@ -60,8 +60,8 @@ func (this *apiComp) StrengthenUpStar(session comm.IUserSession, req *pb.HeroStr this.module.modelHero.PropertyCompute(_hero) // 重新计算属性 _heroMap := map[string]interface{}{ "star": _hero.Star, - "talentProperty": _hero.Property, - "property": _hero.TalentProperty, + "talentProperty": _hero.TalentProperty, + "property": _hero.Property, "juexProperty": _hero.JuexProperty, "horoscopeProperty": _hero.HoroscopeProperty, }