Difference for server/c_wiz.c from version 1.44 to 1.45


version 1.44 version 1.45
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.44 2004/05/24 21:00:17 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.45 2004/05/24 21:03:12 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 1247
 
Line 1247
 int do_wizard_dm( object* op, char* params, int silent )  int do_wizard_dm( object* op, char* params, int silent )
     {      {
     if ( !op->contr )      if ( !op->contr )
         return;          return 0;
   
     if ( QUERY_FLAG( op, FLAG_WIZ ) )      if ( QUERY_FLAG( op, FLAG_WIZ ) )
         {          {


Legend:
line(s) removed in v.1.44 
line(s) changed
 line(s) added in v.1.45

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:30