Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
jiaoyangna 2021-12-13 15:14:03 +08:00
commit 5f926ebbce
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ function Shield:SetData(...)
return
end
if skill then --技能造成的直接伤害
LogError("damage=="..damage.." shiledv=="..self.shieldValue.." type=="..self.shieldType)
local rDamage = math.floor(damage*self.shieldValue)
if rDamage ~= 0 then
BattleUtil.ApplyDamage(nil,self.target,atkRole, rDamage)