Fixed an issue with Object manager's is_dbref. Paging should be a lot more sound now too.

This commit is contained in:
Greg Taylor 2009-01-15 05:11:55 +00:00
parent 9246ce684f
commit 914628d385
4 changed files with 17 additions and 14 deletions

View file

@ -91,8 +91,7 @@ GLOBAL_CMD_TABLE.add_command("@find", commands.objmanip.cmd_find,
priv_tuple=("genperms.builder")),
GLOBAL_CMD_TABLE.add_command("@link", commands.objmanip.cmd_link,
priv_tuple=("genperms.builder")),
GLOBAL_CMD_TABLE.add_command("@list", commands.info.cmd_list,
priv_tuple=("genperms.process_control")),
GLOBAL_CMD_TABLE.add_command("@list", commands.info.cmd_list),
GLOBAL_CMD_TABLE.add_command("@name", commands.objmanip.cmd_name),
GLOBAL_CMD_TABLE.add_command("@nextfree", commands.objmanip.cmd_nextfree,
priv_tuple=("genperms.builder")),