英雄升星 属性刷新问题

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) // 重新计算属性 this.module.modelHero.PropertyCompute(_hero) // 重新计算属性
_heroMap := map[string]interface{}{ _heroMap := map[string]interface{}{
"star": _hero.Star, "star": _hero.Star,
"talentProperty": _hero.Property, "talentProperty": _hero.TalentProperty,
"property": _hero.TalentProperty, "property": _hero.Property,
"juexProperty": _hero.JuexProperty, "juexProperty": _hero.JuexProperty,
"horoscopeProperty": _hero.HoroscopeProperty, "horoscopeProperty": _hero.HoroscopeProperty,
} }