上传英雄初始装备栏位

This commit is contained in:
liwei1dao 2022-11-02 18:24:07 +08:00
parent 3ed500cf48
commit bd24c332bd

View File

@ -681,7 +681,7 @@ func (this *ModelHero) InitTempHero(heroCfgId string, star, lv int32) *pb.DBHero
Block: false, //未锁定
CardType: heroCfg.Type, //卡片类型
Skins: []int32{},
EquipID: make([]string, 6), //初始装备
EquipID: make([]string, 8), //初始装备
SameCount: 1, //默认叠加数量
AddProperty: make(map[string]int32),
Energy: make(map[string]int32),