--- deliantra/server/socket/request.C 2008/08/01 16:31:58 1.135 +++ deliantra/server/socket/request.C 2008/08/10 16:31:18 1.136 @@ -1276,7 +1276,9 @@ flags |= 1; if (op->type == PLAYER) - player = ob == op ? pl->ob->count : op->count; + player = op == ob ? pl->ob->count + : op == pl->ob ? ob->count + : op->count; } if (lastcell.stat_hp != stat_hp)