--- deliantra/server/socket/item.C 2008/12/08 15:40:13 1.73 +++ deliantra/server/socket/item.C 2008/12/08 15:55:00 1.74 @@ -735,7 +735,7 @@ if (fabs (dx) > ns->mapx / 2 || fabs (dy) > ns->mapy / 2) return; - if (opl->blocked_los[dx + ns->mapx / 2][dy + ns->mapy / 2] < LOS_MAX) + if (opl->blocked_los[dx + ns->mapx / 2][dy + ns->mapy / 2] >= LOS_MAX) return; }