--- deliantra/server/common/item.C 2006/12/18 03:00:02 1.8 +++ deliantra/server/common/item.C 2006/12/20 09:14:21 1.9 @@ -1504,11 +1504,9 @@ return 0; } - /* * Supposed to fix face-values as well here, but later. */ - void identify (object *op) { @@ -1540,7 +1538,7 @@ update_object (op, UP_OBJ_FACE); else { - pl = is_player_inv (op->env); + pl = op->in_player (); if (pl) /* A lot of the values can change from an update - might as well send * it all. @@ -1548,3 +1546,4 @@ esrv_send_item (pl, op); } } +