--- deliantra/server/common/map.C 2006/12/25 17:11:16 1.51 +++ deliantra/server/common/map.C 2006/12/26 20:04:09 1.52 @@ -2353,3 +2353,13 @@ return adjacent_map (op1->map, op2->map, &dx, &dy); } + +object * +maptile::insert (object *op, int x, int y, object *originator, int flags) +{ + if (!op->flag [FLAG_REMOVED]) + op->remove (); + + return insert_ob_in_map_at (op, this, originator, flags, x, y); +} +