--- deliantra/server/common/object.C 2008/04/22 07:28:05 1.215 +++ deliantra/server/common/object.C 2008/04/22 23:50:23 1.216 @@ -2621,7 +2621,7 @@ closer->destroy (); #endif - old_container->flag [FLAG_APPLIED] = 0; + old_container->flag [FLAG_APPLIED] = false; container = 0; esrv_update_item (UPD_FLAGS, this, old_container); @@ -2647,7 +2647,7 @@ new_draw_info_format (NDI_UNIQUE, 0, this, "You open %s.", query_name (new_container)); - new_container->flag [FLAG_APPLIED] = 1; + new_container->flag [FLAG_APPLIED] = true; container = new_container; esrv_update_item (UPD_FLAGS, this, new_container);