Formula

CommonFun.checkRemoteAtk

function CommonFun.checkRemoteAtk(profession, WeaponType)
  if (profession == 92 or profession == 93 or profession == 94 or profession == 95) and WeaponType == 210 then
    return true
  end
  for k, v in pairs(GameConfig.Atkcalculate) do
    if v == profession then
      return true
    end
  end
end