--- deliantra/server/server/commands.C 2007/03/02 13:43:59 1.41 +++ deliantra/server/server/commands.C 2007/04/18 18:03:18 1.45 @@ -54,7 +54,6 @@ {"examine", command_examine, 0.5}, {"fix_me", command_fix_me, 0.0}, {"get", command_take, 1.0}, - {"help", command_help, 0.0}, {"hiscore", command_hiscore, 0.0}, {"inventory", command_inventory, 0.0}, {"invoke", command_invoke, 1.0}, @@ -106,7 +105,6 @@ {"abil", command_abil, 0.0}, {"addexp", command_addexp, 0.0}, {"arrest", command_arrest, 0.0}, - {"banish", command_banish, 0.0}, {"create", command_create, 0.0}, {"debug", command_debug, 0.0}, {"dump", command_dump, 0.0}, @@ -138,9 +136,6 @@ {"stats", command_stats, 0.0}, {"summon", command_summon, 0.0}, //{"overlay_save", command_save_overlay, 0.0}, - -/* {"possess", command_possess, 0.0}, */ - {"mon_aggr", command_mon_aggr, 0.0}, }; const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);