--- deliantra/server/common/readable.C 2008/08/31 05:47:14 1.35 +++ deliantra/server/common/readable.C 2008/09/29 09:04:50 1.36 @@ -1022,7 +1022,7 @@ { tmpbook->msg = book->msg; tmpbook->copy_to (book); - tmpbook->destroy (); + tmpbook->destroy (true); } 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 (); + tmp->destroy (true); /* add the buf if it will fit */ if (!book_overflow (retbuf, buf, booksize)) strcat (retbuf, buf);