Difference for server/commands.c from version 1.50 to 1.51


version 1.50 version 1.51
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.50 2005/04/16 13:19:29 cavesomething Exp $";   *   "$Id: commands.c,v 1.51 2005/07/14 16:21:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 99
 
Line 99
   {"shutdown", command_shutdown, 0.0},    {"shutdown", command_shutdown, 0.0},
   {"skills", command_skills, 0.0}, /* shows player list of skills */    {"skills", command_skills, 0.0}, /* shows player list of skills */
   {"use_skill", command_uskill, 1.0},    {"use_skill", command_uskill, 1.0},
     {"quests", command_quests, 0.0},
   {"ready_skill", command_rskill, 1.0},    {"ready_skill", command_rskill, 1.0},
   {"search",command_search, 1.0},    {"search",command_search, 1.0},
   {"search-items", command_search_items, 0.0},    {"search-items", command_search_items, 0.0},


Legend:
line(s) removed in v.1.50 
line(s) changed
 line(s) added in v.1.51

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