Difference for server/c_wiz.c from version 1.69 to 1.70


version 1.69 version 1.70
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.69 2005/09/09 21:09:41 akirschbaum Exp $";   *   "$Id: c_wiz.c,v 1.70 2005/09/25 09:47:23 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 84
 
Line 84
   
   
 int command_loadtest(object *op, char *params){  int command_loadtest(object *op, char *params){
  int x,y;   uint32 x,y;
  char buf[1024];   char buf[1024];
  /*This command will stress server*/   /*This command will stress server*/
  new_draw_info(NDI_UNIQUE, 0,op, "loadtest will stress server through teleporting");   new_draw_info(NDI_UNIQUE, 0,op, "loadtest will stress server through teleporting");


Legend:
line(s) removed in v.1.69 
line(s) changed
 line(s) added in v.1.70

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