--- deliantra/server/common/treasure.C 2007/11/08 19:43:23 1.68 +++ deliantra/server/common/treasure.C 2008/04/02 11:13:52 1.70 @@ -141,7 +141,7 @@ for (;;) { - coroapi::cede_to_tick_every (10); + coroapi::cede_to_tick (); switch (f.kw) { @@ -1130,7 +1130,7 @@ static artifactlist * get_empty_artifactlist (void) { - return salloc0 (); + return salloc0 (); } /* @@ -1139,7 +1139,7 @@ static artifact * get_empty_artifact (void) { - return salloc0 (); + return salloc0 (); } /*