Formula
CommonFun.calcBuff_9110
function CommonFun.calcBuff_9110(srcUser, targetUser, a, b, c, d, lv)
if srcUser == nil or targetUser == nil then
return 0
end
local A = 0
local time = srcUser:GetBuffPassedTime(139640)
A = time + 1
return A
end