--- deliantra/server/include/map.h 2008/12/27 04:07:44 1.106 +++ deliantra/server/include/map.h 2008/12/27 08:41:44 1.107 @@ -505,9 +505,7 @@ { \ nx = (op)->x + dx; ny = (op)->y + dy; m = (op)->map; \ \ - if (xy_normalise (m, nx, ny)) \ - m->touch (); \ - else \ + if (!xy_normalise (m, nx, ny)) \ m = 0; \ }