ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.33 by root, Thu Apr 26 00:50:03 2007 UTC vs.
Revision 1.34 by root, Mon May 7 06:01:48 2007 UTC

457 457
458 last; 458 last;
459 } 459 }
460 } 460 }
461 461
462 # remove base classes (by naming scheme, should use something like "baseclass xxx" to inherit
463 @ARC = grep $_->{_name} !~ /^(?:type|class)_/, @ARC;
464
462 open my $fh, ">:utf8", "$DATADIR/archetypes~" 465 open my $fh, ">:utf8", "$DATADIR/archetypes~"
463 or die "$DATADIR/archetypes~: $!"; 466 or die "$DATADIR/archetypes~: $!";
464 print $fh Crossfire::archlist_to_string [sort { $a->{_name} cmp $b->{_name} } @ARC]; 467 print $fh Crossfire::archlist_to_string [sort { $a->{_name} cmp $b->{_name} } @ARC];
465 } 468 }
466 469

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines