--- deliantra/server/server/commands.C 2006/08/31 17:54:15 1.6 +++ deliantra/server/server/commands.C 2006/09/03 00:18:42 1.7 @@ -1,6 +1,6 @@ /* * static char *rcsid_commands_c = - * "$Id: commands.C,v 1.6 2006/08/31 17:54:15 root Exp $"; + * "$Id: commands.C,v 1.7 2006/09/03 00:18:42 root Exp $"; */ /* @@ -52,9 +52,6 @@ {"party", command_party, 0.0}, {"gsay", command_gsay, 1.0}, -#ifdef DEBUG - {"sstable", command_sstable, 0.0}, -#endif {"apply", command_apply, 1.0}, /* should be variable */ {"applymode", command_applymode, 1.0}, /* should be variable */ {"archs", command_archs, 0.0}, @@ -93,13 +90,11 @@ {"rotateshoottype", command_rotateshoottype, 0.0}, {"skills", command_skills, 0.0}, /* shows player list of skills */ {"use_skill", command_uskill, 1.0}, - {"quests", command_quests, 0.0}, {"ready_skill", command_rskill, 1.0}, {"search",command_search, 1.0}, {"search-items", command_search_items, 0.0}, {"showpets", command_showpets, 1.0}, {"statistics", command_statistics, 0.0}, - {"strings", command_strings, 0.0}, {"take", command_take, 1.0}, {"throw", command_throw, 1.0}, {"time", command_time, 0.0}, @@ -244,7 +239,6 @@ {"reset", command_reset,0.0}, {"set_god", command_setgod, 0.0}, {"shutdown", command_shutdown, 0.0}, - {"ssdumptable", command_ssdumptable,0.0}, {"stack_clear", command_stack_clear, 0.0 }, {"stack_list", command_stack_list, 0.0}, {"stack_pop", command_stack_pop, 0.0 },