--- deliantra/server/server/spell_attack.C 2008/07/14 00:04:57 1.62 +++ deliantra/server/server/spell_attack.C 2008/09/07 09:22:47 1.63 @@ -395,7 +395,7 @@ { object *tmp, *owner; - if (op->other_arch == NULL) + if (!op->other_arch) { LOG (llevError, "BUG: explode_bullet(): op without other_arch\n"); op->destroy ();