上传英雄初始装备栏位
This commit is contained in:
parent
3ed500cf48
commit
bd24c332bd
@ -681,7 +681,7 @@ func (this *ModelHero) InitTempHero(heroCfgId string, star, lv int32) *pb.DBHero
|
|||||||
Block: false, //未锁定
|
Block: false, //未锁定
|
||||||
CardType: heroCfg.Type, //卡片类型
|
CardType: heroCfg.Type, //卡片类型
|
||||||
Skins: []int32{},
|
Skins: []int32{},
|
||||||
EquipID: make([]string, 6), //初始装备
|
EquipID: make([]string, 8), //初始装备
|
||||||
SameCount: 1, //默认叠加数量
|
SameCount: 1, //默认叠加数量
|
||||||
AddProperty: make(map[string]int32),
|
AddProperty: make(map[string]int32),
|
||||||
Energy: make(map[string]int32),
|
Energy: make(map[string]int32),
|
||||||
|
Loading…
Reference in New Issue
Block a user