--- deliantra/server/common/loader.C 2006/09/10 16:00:23 1.12 +++ deliantra/server/common/loader.C 2006/09/11 20:28:37 1.13 @@ -1792,7 +1792,7 @@ /* Even if the object does have an owner, it would seem that we should * still save it. */ - if (op->owner != NULL) + if (op->owner) return; /* If it is unpaid and we don't want to save those, just return. */