{"@CPATTR", "CONVERT NOFLAGCOPY", cmd_cpattr,
CMD_T_ANY | CMD_T_EQSPLIT | CMD_T_RS_ARGS,
NULL},
- {"@CREATE", NULL, cmd_create, CMD_T_ANY | CMD_T_EQSPLIT | CMD_T_NOGAGGED,
+ {"@CREATE", NULL, cmd_create, CMD_T_ANY | CMD_T_EQSPLIT | CMD_T_NOGAGGED | CMD_T_RS_ARGS,
NULL},
#ifdef MUSHCRON
{"@CRON", "ADD DELETE LIST COMMANDS FUNCTIONS", cmd_cron, CMD_T_ANY | CMD_T_EQSPLIT | CMD_T_LS_NOPARSE, "POWER^CRON"},
if (newdbref && *newdbref) {
/* move newdbref to the start of the free list */
- if (!has_flag_by_name(player, "WIZARD", NOTYPE)) {
- notify(player, T("Permission denied."));
- return NOTHING;
- }
thing = parse_dbref(newdbref);
if (thing == NOTHING || !GoodObject(thing) || !IsGarbage(thing)) {
notify(player, T("That is not a valid dbref."));