ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/DB.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/DB.pm (file contents):
Revision 1.25 by root, Tue Dec 11 03:38:36 2007 UTC vs.
Revision 1.26 by root, Wed Dec 26 18:09:30 2007 UTC

22use Config; 22use Config;
23use BDB; 23use BDB;
24 24
25use CFPlus; 25use CFPlus;
26 26
27our $DB_HOME = "$Crossfire::VARDIR/cfplus-" . BDB::VERSION . "-$Config{archname}"; 27our $DB_HOME = "$Deliantra::VARDIR/cfplus-" . BDB::VERSION . "-$Config{archname}";
28 28
29our $DB_ENV; 29our $DB_ENV;
30our $DB_STATE; 30our $DB_STATE;
31our %DB_TABLE; 31our %DB_TABLE;
32 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines