From bd24c332bd946da5991205dc756e36707615b6d6 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 2 Nov 2022 18:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=8B=B1=E9=9B=84=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E8=A3=85=E5=A4=87=E6=A0=8F=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/model_hero.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),