--- deliantra/server/random_maps/treasure.C 2007/03/18 03:05:40 1.26 +++ deliantra/server/random_maps/treasure.C 2007/04/15 14:15:14 1.27 @@ -61,8 +61,8 @@ if (OUT_OF_REAL_MAP (m, x, y)) return 1; - int r = GET_MAP_MOVE_BLOCK (m, x, y) & ~MOVE_BLOCK_DEFAULT; - return r; + m->at (x, y).update (); + return GET_MAP_MOVE_BLOCK (m, x, y) & MOVE_WALK; } /* place treasures in the map, given the