Formula

CommonFun.calcBuff_6211

function CommonFun.calcBuff_6211(srcUser, targetUser, a, b, c, d, lv)
  if srcUser == nil or targetUser == nil then
    return 0
  end
  local A = 100
  local Profession = targetUser:GetProfressionID()
  if Profession == 72_CRUSADER or Profession == 73_PALADIN or Profession == 74_ROYAL_GUARD or Profession == 75_DIVINE_AVENGER then
    A = 0
  end
  return A
end