--- deliantra/server/ext/dmcommands.ext 2007/06/03 17:05:35 1.20 +++ deliantra/server/ext/dmcommands.ext 2007/06/11 21:38:13 1.22 @@ -1,4 +1,4 @@ -#! perl # MANDATORY +#! perl # mandatory # wizard commands @@ -93,7 +93,7 @@ return unless $ob->may ("command_wizlook"); - $ob->clear_los; + $ob->contr->clear_los; $ob->reply (undef, "You can temporarily see through walls.");