--- deliantra/server/ext/board.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/board.ext 2007/01/06 02:41:38 1.3 @@ -75,10 +75,10 @@ 1 }; -cf::register_attachment board => +cf::object::attachment board => on_apply => sub { my ($npc, $who) = @_; - $who->reply ($npc, "Hello, i'm a talking board, 'say help' to get help"); + $who->reply ($npc, "Hello, I'm a talking board, 'say help' to get help"); do_list ($npc->name, $who, $npc); cf::override; },