that changes the item sets it to 0 if no arg2 exists(which makes sense).
Normal command operation is @atrlock obj=lock, or @atrlock obj.
Thus no arg2 would be unlocking, and with arg2 would be a lock
operation.
IssueID #246
dbref thing, creator;
char *p, *arg1;
ATTR *ptr;
- int status = 0; /* FIXME: temporary workaround, see #246 */
+ int status = 1; /* FIXME: Issue should be in testing, see #246 */
boolexp key;
if (!arg2 || !*arg2)