英雄升星 属性刷新问题

This commit is contained in:
meixiongfeng 2023-04-28 23:08:11 +08:00
parent c26bcdbed3
commit e56b025019

View File

@ -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,
}