--- deliantra/Deliantra-Client/DC/DB.pm 2007/12/11 02:42:38 1.24 +++ deliantra/Deliantra-Client/DC/DB.pm 2007/12/26 18:09:30 1.26 @@ -24,7 +24,7 @@ use CFPlus; -our $DB_HOME = "$Crossfire::VARDIR/cfplus-" . BDB::VERSION . "-$Config{archname}"; +our $DB_HOME = "$Deliantra::VARDIR/cfplus-" . BDB::VERSION . "-$Config{archname}"; our $DB_ENV; our $DB_STATE; @@ -389,7 +389,8 @@ Storable::store_fd [die => $error], $fh; }; - warn $error; + warn $error + if $error; CFPlus::_exit 0; }