--- deliantra/server/server/commands.C 2008/12/19 22:47:30 1.55 +++ deliantra/server/server/commands.C 2008/12/28 10:20:29 1.56 @@ -45,7 +45,6 @@ {"apply", command_apply, 1.0}, /* should be variable */ {"cast", command_cast, 1.0}, /* Is this right? */ - {"disarm", command_disarm, 1.0}, {"dm", command_dm, 0.0}, {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */ {"drop", command_drop, 1.0}, @@ -63,7 +62,6 @@ {"skills", command_skills, 0.5 / TICK}, /* shows player list of skills */ {"use_skill", command_uskill, 1.0}, {"ready_skill", command_rskill, 1.0}, - {"search", command_search, 1.0}, {"search-items", command_search_items, 1.0}, {"showpets", command_showpets, 1.0}, {"statistics", command_statistics, 1.0},