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

dev_chengFeng
ZhangBiao 2021-11-26 09:54:21 +08:00
commit 7f525511c8
1 changed files with 1 additions and 1 deletions

View File

@ -2553,7 +2553,7 @@ local effectList = {
local hp=floor(damage*f2)
local arr = RoleManager.NoOrder(function (r) return r.camp == caster.camp end,false,true)
BattleUtil.SortByHpFactor(arr,sort)
BattleUtil.CalTreat(caster, arr[1],hp,1,skill)
BattleUtil.FinalTreat(caster, arr[1],hp,1,skill)
end)
end,