fix bug
This commit is contained in:
parent
2999ef9f0d
commit
ca074f0471
@ -285,7 +285,7 @@ local function _removeEffectAttr(buffSender, target, buff, buffEffect)
|
|||||||
else
|
else
|
||||||
local func = BattleBuffHandle.addAttribute[buffName]
|
local func = BattleBuffHandle.addAttribute[buffName]
|
||||||
if func then
|
if func then
|
||||||
return func(target, -buff:getEffectNum())
|
return func(target, -buff:getEffectNum(), buffSender)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user