bug
This commit is contained in:
parent
14be41a497
commit
6a40c9b0fb
@ -802,9 +802,9 @@ func (this *ModelHero) resetTalentProperty(hero *pb.DBHero) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
_heroMap := make(map[string]interface{}, 0)
|
// _heroMap := make(map[string]interface{}, 0)
|
||||||
_heroMap["talentProperty"] = hero.TalentProperty
|
// _heroMap["talentProperty"] = hero.TalentProperty
|
||||||
if err := this.ChangeList(hero.Uid, hero.Id, _heroMap); err != nil {
|
// if err := this.ChangeList(hero.Uid, hero.Id, _heroMap); err != nil {
|
||||||
this.moduleHero.Errorf("mergeenegryProperty err %v", err)
|
// this.moduleHero.Errorf("mergeenegryProperty err %v", err)
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user