--- deliantra/server/server/commands.C 2007/09/30 16:24:31 1.50 +++ deliantra/server/server/commands.C 2007/09/30 20:22:24 1.51 @@ -53,7 +53,6 @@ {"examine", command_examine, 0.5 / TICK}, {"fix_me", command_fix_me, 0.0}, {"get", command_take, 1.0}, - {"inventory", command_inventory, 0.5 / TICK}, {"invoke", command_invoke, 1.0}, {"killpets", command_kill_pets, 1.0}, {"logs", command_logs, 1. / TICK}, @@ -111,6 +110,7 @@ {"freeze", command_freeze, 0.0}, {"hide", command_hide, 0.0}, {"insert_into", command_insert_into, 0.0}, + {"inventory", command_inventory, 0.0}, {"invisible", command_invisible, 0.0}, {"learn_special_prayer", command_learn_special_prayer, 0.0}, {"learn_spell", command_learn_spell, 0.0},