版署服 觉醒技能校验失败bug
This commit is contained in:
parent
4ab5a1575b
commit
83587b4e33
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user