--- deliantra/server/server/apply.C 2008/04/21 07:07:36 1.146 +++ deliantra/server/server/apply.C 2008/04/22 02:46:18 1.147 @@ -1,7 +1,7 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * Copyright (©) 2001,2007 Mark Wedel & Crossfire Development Team * Copyright (©) 1992,2007 Frank Tore Johansen * @@ -2757,9 +2757,6 @@ if (QUERY_FLAG (op, FLAG_INV_LOCKED)) SET_FLAG (tmp2, FLAG_INV_LOCKED); - if (who->contr) - esrv_del_item (who->contr, op->count); - op->destroy (); insert_ob_in_ob (tmp2, who); who->update_stats (); @@ -3308,9 +3305,6 @@ insert_ob_in_ob (tmp2, who); /* Remove the old lantern */ - if (who->type == PLAYER) - esrv_del_item (who->contr, op->count); - op->destroy (); /* insert the portion that was split off */