版署服 觉醒技能校验失败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]
|
key := awakenData.Phasebonus[0]
|
||||||
_, err := strconv.Atoi(awakenData.Phasebonus[0]) // 950
|
_, err := strconv.Atoi(awakenData.Phasebonus[0]) // 950
|
||||||
if err != nil {
|
if err == nil {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
value, _ := strconv.Atoi(awakenData.Phasebonus[1])
|
value, _ := strconv.Atoi(awakenData.Phasebonus[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user