【鸿蒙阵修改】

dev_chengFeng
guowei 2021-01-06 15:57:17 +08:00
parent cf40154bb6
commit e6de436a76
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ HeroData.__get__.lv = function(self)
return endLv
elseif HarmonyManager.hongmengAdditions[1] and HarmonyManager:IsEnvoy(self.dynamicId) then
--print("self._id @@@"..HarmonyManager.hongmengAdditions[1].heroTid.."#####"..HarmonyManager.hongmengAdditions[1].value )
if HarmonyManager.hongmengAdditions[1].heroTid >= 0 and HarmonyManager.hongmengAdditions[1].value > 0 then
if HarmonyManager.hongmengAdditions[1].heroTid >= 0 and HarmonyManager.hongmengAdditions[1].value >= 330 then
-- body
local temp_lv = 0
if HeroManager.IsTenTalent(self._id) then