version 1.69 | | version 1.70 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
| | |
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"); |