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