--- deliantra/server/common/object.C 2007/08/10 11:02:43 1.176 +++ deliantra/server/common/object.C 2007/08/12 13:10:00 1.177 @@ -2670,6 +2670,7 @@ esrv_update_item (UPD_FLAGS, this, old_container); new_draw_info_format (NDI_UNIQUE, 0, this, "You close %s.", query_name (old_container)); + play_sound (sound_find ("chest_close")); } if (new_container) @@ -2695,6 +2696,7 @@ esrv_update_item (UPD_FLAGS, this, new_container); esrv_send_inventory (this, new_container); + play_sound (sound_find ("chest_open")); } }