Merge branch 'meixiongfeng' of http://git.legu.cc/liwei_3d/go_dreamfactory into dev
This commit is contained in:
commit
f3fb53e13c
@ -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