Replace econfig key lost_items_timeout by lost_keep_hours

This commit is contained in:
Markus Armbruster 2008-09-10 07:23:46 -04:00
parent 0900cca4f5
commit b72fd20674
3 changed files with 8 additions and 8 deletions

View file

@ -85,8 +85,8 @@ int sect_mob_neg_factor = 2; /* ETU/neg_factor = negative amount of mobility
a sector has after being taken */
int anno_keep_days = 7; /* How long until annos expire (<0 never) */
int news_keep_days = 10; /* How long until news expire (<0 never) */
int lost_items_timeout = 172800; /* How long before removing from database */
int news_keep_days = 10; /* How long until news expire */
int lost_keep_hours = 48; /* How long until lost items expire */
double combat_mob = 5.0; /* how much mob do units spend for combat? */