--- deliantra/server/random_maps/standalone.C 2006/12/12 20:53:03 1.6 +++ deliantra/server/random_maps/standalone.C 2006/12/12 21:39:56 1.7 @@ -101,7 +101,7 @@ return 0; if (QUERY_FLAG (tmp, FLAG_CURSED) || QUERY_FLAG (tmp, FLAG_DAMNED)) { - tmp->destroy (0); + tmp->destroy (); tmp = NULL; } } @@ -120,7 +120,7 @@ create_treasure (op->randomitems, op, GT_ENVIRONMENT, op->stats.exp ? op->stats.exp : op->map == NULL ? 14 : op->map->difficulty, 0); op->remove (); - op->destroy (0); + op->destroy (); break; }