--- deliantra/server/include/object.h 2007/07/14 14:57:16 1.137 +++ deliantra/server/include/object.h 2007/07/26 00:27:08 1.138 @@ -286,6 +286,8 @@ // recursively destroy all objects in inventory, optionally dropping them to the ground instead MTH void destroy_inv (bool drop_to_ground = false); MTH object *insert (object *item); // insert into inventory + MTH void play_sound (faceidx sound) const; + void do_remove (); MTH void remove () {