克隆数据清理装备数据
This commit is contained in:
parent
e06b0d8d31
commit
cd77830576
@ -308,7 +308,9 @@ func (this *ModelHero) setEquipment(hero *pb.DBHero) (newHero *pb.DBHero, err er
|
||||
return
|
||||
}
|
||||
//创建新卡
|
||||
|
||||
newHero = this.CloneNewHero(hero)
|
||||
newHero.EquipID = make([]string, 6)
|
||||
// newHero, err = this.createOneHero(hero.Uid, hero.HeroID)
|
||||
// if err != nil {
|
||||
// this.moduleHero.Errorf("%v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user