--- deliantra/server/server/commands.C 2006/09/29 19:28:43 1.12 +++ deliantra/server/server/commands.C 2006/10/01 23:44:36 1.13 @@ -210,7 +210,6 @@ {"forget_spell", command_forget_spell, 0.0}, {"free", command_free, 0.0}, {"freeze", command_freeze, 0.0}, - {"goto", command_goto, 0.0}, {"hide", command_hide, 0.0}, {"insert_into", command_insert_into, 0.0}, {"invisible", command_invisible, 0.0}, @@ -245,7 +244,6 @@ /* {"possess", command_possess, 0.0}, */ {"mon_aggr", command_mon_aggr, 0.0}, - {"loadtest", command_loadtest, 0.0}, }; const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);