--- deliantra/server/server/apply.C 2006/12/13 00:42:04 1.39 +++ deliantra/server/server/apply.C 2006/12/13 01:39:32 1.40 @@ -1031,8 +1031,8 @@ LOG (llevError, "apply_container: %s is not container!\n", sack ? &sack->name : "[nullobject]"); return 0; } - op->contr->last_used = NULL; - op->contr->last_used_id = 0; + + op->contr->last_used = 0; if (sack->env != op) { @@ -1041,6 +1041,7 @@ new_draw_info (NDI_UNIQUE, 0, op, "You must get it first."); return 1; } + /* It's on the ground, the problems begin */ if (op->container != sack) { @@ -2810,7 +2811,6 @@ } pl->contr->last_used = op; - pl->contr->last_used_id = op->count; tmp = manual_apply (pl, op, aflag); if (!quiet)