--- deliantra/server/socket/item.C 2008/10/28 12:48:23 1.72 +++ deliantra/server/socket/item.C 2008/12/08 15:40:13 1.73 @@ -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]) + if (opl->blocked_los[dx + ns->mapx / 2][dy + ns->mapy / 2] < LOS_MAX) return; }