ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/item.C
(Generate patch)

Comparing deliantra/server/socket/item.C (file contents):
Revision 1.85 by root, Sun Nov 29 09:41:28 2009 UTC vs.
Revision 1.86 by elmex, Sat Mar 20 00:42:08 2010 UTC

714 { 714 {
715 if (tmp->invisible && !QUERY_FLAG (ob, FLAG_WIZ)) 715 if (tmp->invisible && !QUERY_FLAG (ob, FLAG_WIZ))
716 continue; 716 continue;
717 717
718 if (wiz) 718 if (wiz)
719 buf.printf (" - %s (%d).\n", query_name (tmp), tmp->count); 719 buf.printf (" - %s (%d) %s\n", query_name (tmp), tmp->count, tmp->uuid.c_str ());
720 else 720 else
721 buf.printf (" - %s.\n", query_name (tmp)); 721 buf.printf (" - %s.\n", query_name (tmp));
722 722
723 object *head = tmp->head_ (); 723 object *head = tmp->head_ ();
724 724

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines