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

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.15 by root, Sun Oct 1 23:44:36 2006 UTC vs.
Revision 1.16 by root, Tue Nov 7 16:30:55 2006 UTC

847 847
848 tmp = get_dm_object (op->contr, &params, NULL); 848 tmp = get_dm_object (op->contr, &params, NULL);
849 if (!tmp) 849 if (!tmp)
850 return 1; 850 return 1;
851 851
852 dump_object (tmp); 852 char *dump = dump_object (tmp);
853 new_draw_info (NDI_UNIQUE, 0, op, errmsg); 853 new_draw_info (NDI_UNIQUE, 0, op, dump);
854 free (dump);
855
854 if (QUERY_FLAG (tmp, FLAG_OBJ_ORIGINAL)) 856 if (QUERY_FLAG (tmp, FLAG_OBJ_ORIGINAL))
855 new_draw_info (NDI_UNIQUE, 0, op, "Object is marked original"); 857 new_draw_info (NDI_UNIQUE, 0, op, "Object is marked original");
858
856 return 1; 859 return 1;
857} 860}
858 861
859/** 862/**
860 * When DM is possessing a monster, flip aggression on and off, to allow 863 * When DM is possessing a monster, flip aggression on and off, to allow

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines