英雄升星 属性刷新问题
This commit is contained in:
parent
c26bcdbed3
commit
e56b025019
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user