diff --git a/modules/hero/model_hero.go b/modules/hero/model_hero.go index 9b63fe75c..34110531b 100644 --- a/modules/hero/model_hero.go +++ b/modules/hero/model_hero.go @@ -205,7 +205,7 @@ func (this *ModelHero) resetJuexingProperty(hero *pb.DBHero) { } key := awakenData.Phasebonus[0] _, err := strconv.Atoi(awakenData.Phasebonus[0]) // 950 - if err != nil { + if err == nil { continue } value, _ := strconv.Atoi(awakenData.Phasebonus[1])