--- deliantra/server/ext/commands.ext 2007/03/02 12:14:57 1.28 +++ deliantra/server/ext/commands.ext 2007/03/02 12:16:55 1.29 @@ -130,7 +130,7 @@ return $pl->reply (undef, "Could not find an object that matches $arg") unless $ob; - $pl->contr->mark = $ob; + $pl->contr->mark ($ob); $pl->reply (undef, (sprintf "Marked item %s", $ob->name, $ob->title)); }