This commit is contained in:
puxuan 2025-10-31 21:51:03 +08:00
parent 2999ef9f0d
commit ca074f0471

View File

@ -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