--- deliantra/server/include/object.h 2007/07/05 08:10:30 1.136 +++ deliantra/server/include/object.h 2007/07/14 14:57:16 1.137 @@ -425,6 +425,7 @@ // insert object at same map position as 'where' // handles both inventory and map "positions" MTH object *insert_at (object *where, object *originator = 0, int flags = 0); + MTH void drop_unpaid_items (); MTH void activate (); MTH void deactivate ();