diff --git a/modules/hero/model_hero.go b/modules/hero/model_hero.go index 69c84480c..85d56cc8c 100644 --- a/modules/hero/model_hero.go +++ b/modules/hero/model_hero.go @@ -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),