--- deliantra/server/include/object.h 2009/09/16 23:22:50 1.207 +++ deliantra/server/include/object.h 2009/10/03 18:46:26 1.208 @@ -738,7 +738,7 @@ static object * splay (object *ob) { - if (ob->env && ob->env->inv != ob) + if (ob->above && ob->env) { if (ob->above) ob->above->below = ob->below; if (ob->below) ob->below->above = ob->above;