--- deliantra/server/ext/quest_master.ext 2008/04/25 10:34:57 1.2 +++ deliantra/server/ext/quest_master.ext 2008/05/01 06:47:03 1.3 @@ -58,7 +58,7 @@ return undef; } -# this is the main command interface for the IPO NPC +# this is the main command interface for the NPC cf::register_script_function "quest_master::talk" => sub { my ($who, $msg, $npc) = @_; my ($cmd, $arguments) = split /\s+/, $msg, 2;