diff --git a/Assets/ManagedResources/~Lua/Modules/Harmony/Manager/HarmonyManager.lua b/Assets/ManagedResources/~Lua/Modules/Harmony/Manager/HarmonyManager.lua index 2f9924de06..c2bd3642cd 100644 --- a/Assets/ManagedResources/~Lua/Modules/Harmony/Manager/HarmonyManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Harmony/Manager/HarmonyManager.lua @@ -356,7 +356,11 @@ end function this:SetGongMingList(Id) local data = HeroManager.GetSingleHeroData(Id) table.insert(this.hongmengGongMingList,data) - + -- LogYellow("Id "..Id) + if not ExpeditionManager.heroInfo[Id] then + -- LogRed("Id "..Id) + ExpeditionManager.InitHeroHpValue(Id) + end end function this:RemoveGongMingList(Id)