version 1.37 | | version 1.38 |
---|
| | |
/* | | /* |
* static char *rcsid_commands_c = | | * static char *rcsid_commands_c = |
* "$Id: commands.c,v 1.37 2003/07/26 02:10:40 temitchell Exp $"; | | * "$Id: commands.c,v 1.38 2003/09/03 13:42:19 tchize Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
{"players", command_players, 0.0}, | | {"players", command_players, 0.0}, |
{"prepare", command_prepare, 1.0}, | | {"prepare", command_prepare, 1.0}, |
{"quit", command_quit, 0.0}, | | {"quit", command_quit, 0.0}, |
| | {"rename", command_rename_item, 0.0}, |
{"resistances", command_resistances, 0.0}, | | {"resistances", command_resistances, 0.0}, |
{"rotateshoottype", command_rotateshoottype, 0.0}, | | {"rotateshoottype", command_rotateshoottype, 0.0}, |
{"rotatespells", command_rotatespells, 0.0}, | | {"rotatespells", command_rotatespells, 0.0}, |