--- deliantra/server/common/readable.C 2008/09/29 09:04:50 1.36 +++ deliantra/server/common/readable.C 2008/09/29 10:32:50 1.37 @@ -1022,7 +1022,7 @@ { tmpbook->msg = book->msg; tmpbook->copy_to (book); - tmpbook->destroy (true); + tmpbook->destroy (); } book->title = t->authour; @@ -1395,7 +1395,7 @@ SET_FLAG (tmp, FLAG_IDENTIFIED); if ((ch = describe_item (tmp, NULL)) != NULL && strlen (ch) > 1) sprintf (buf, "%s Properties of this artifact include: \n %s \n", buf, ch); - tmp->destroy (true); + tmp->destroy (); /* add the buf if it will fit */ if (!book_overflow (retbuf, buf, booksize)) strcat (retbuf, buf);