--- deliantra/server/socket/item.C 2007/03/14 00:04:59 1.42 +++ deliantra/server/socket/item.C 2007/04/03 00:21:38 1.43 @@ -267,6 +267,7 @@ flags |= F_NOPICK; ns.send_face (head->face); + ns.flush_fx (); if (QUERY_FLAG (head, FLAG_ANIMATE) && !ns.anims_sent[head->animation_id]) ns.send_animation (head->animation_id); @@ -358,6 +359,7 @@ sl << uint32 (0); pl->contr->ns->send_face (empty_face); + pl->contr->ns->flush_fx (); if (pl->contr->ns->look_position) { @@ -556,6 +558,7 @@ if (flags & UPD_FACE) { ns->send_face (op->face); + ns->flush_fx (); sl << uint32 (op->face); }