--- deliantra/server/common/map.C 2009/11/29 09:41:27 1.178 +++ deliantra/server/common/map.C 2009/12/18 21:25:27 1.179 @@ -152,8 +152,7 @@ if (tmp->flag [FLAG_ALIVE] && tmp->head_ () != ob && tmp != ob - && tmp->type != DOOR - && !tmp->flag [FLAG_WIZPASS]) + && tmp->type != DOOR) return 1; } }