ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.288 by root, Mon Jun 25 07:40:53 2007 UTC vs.
Revision 1.289 by root, Sat Jun 30 03:00:54 2007 UTC

2710} 2710}
2711 2711
2712sub reload_archetypes { 2712sub reload_archetypes {
2713 load_resource_file "$DATADIR/archetypes" 2713 load_resource_file "$DATADIR/archetypes"
2714 or die "unable to load archetypes\n"; 2714 or die "unable to load archetypes\n";
2715 #d# NEED to laod twice to resolve forward references
2716 # this really needs to be done in an extra post-pass
2717 # (which needs to be synchronous, so solve it differently)
2718 load_resource_file "$DATADIR/archetypes"
2719 or die "unable to load archetypes\n";
2715} 2720}
2716 2721
2717sub reload_treasures { 2722sub reload_treasures {
2718 load_resource_file "$DATADIR/treasures" 2723 load_resource_file "$DATADIR/treasures"
2719 or die "unable to load treasurelists\n"; 2724 or die "unable to load treasurelists\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines