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.247 by root, Tue Apr 17 18:24:30 2007 UTC vs.
Revision 1.248 by root, Tue Apr 17 18:40:32 2007 UTC

2395 load_resource_file sprintf "%s/%s/regions", cf::datadir, cf::mapdir 2395 load_resource_file sprintf "%s/%s/regions", cf::datadir, cf::mapdir
2396 or die "unable to load regions file\n"; 2396 or die "unable to load regions file\n";
2397} 2397}
2398 2398
2399sub reload_archetypes { 2399sub reload_archetypes {
2400 load_archetype_file sprintf "%s/archetypes", cf::datadir 2400 load_resource_file sprintf "%s/archetypes", cf::datadir
2401 or die "unable to load archetypes\n"; 2401 or die "unable to load archetypes\n";
2402} 2402}
2403 2403
2404sub reload_treasures { 2404sub reload_treasures {
2405 load_resource_file sprintf "%s/treasures", cf::datadir 2405 load_resource_file sprintf "%s/treasures", cf::datadir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines