[战斗]==========困难副本 禁疗不算控制

dev_chengFeng
wangzhenxing 2021-11-17 17:36:20 +08:00
parent 6ee80e7a9f
commit bf5f664fb8
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ function this.OnBuffAdd(caster,target,buff)
if caster and target and buff then
if caster.camp==0 and buff.type==BuffName.Control then
local type=buff.ctrlType
if type==4 then
return
end
if ctrlNumList[type] then
ctrlNumList[type]=ctrlNumList[type]+1
else