From 3b0a67dbc104b60e122727aaa2bde9bdbd26f17f Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Wed, 31 Aug 2022 14:50:01 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=8B=B1=E9=9B=84=E6=95=B0=E6=8D=AE=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=B1=BB]=3D=3D=3D=3D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua index ad6cbfe6fa..150ed474a4 100644 --- a/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Hero/HeroManager.lua @@ -143,8 +143,8 @@ function this.UpdateHeroDatas(_msgHeroData, isFindHandBook) --LogError("_msgHeroData.soulPos=="..#_msgHeroData.soulPos) heroData.soulPrintList = this.SetSoulPrint(_msgHeroData.soulPos,heroData.dynamicId) heroData.godPrintList = this.SetGodPrint(_msgHeroData.godSeals,heroData.dynamicId) - heroData.equipStrongList=this.GetEquipStrongData(_msgHeroData.equipStrong,_msgHeroData.equipAdvanceLv) - heroData.equipAdvanceLv =_msgHeroData.equipAdvanceLv + --heroData.equipStrongList=this.GetEquipStrongData(_msgHeroData.equipStrong,_msgHeroData.equipAdvanceLv) + --heroData.equipAdvanceLv =_msgHeroData.equipAdvanceLv heroData.skillIdList = {} --主动技 this.UpdateSkillIdList(heroData)