Fixed another typo, added a check for !NPC do_gen_comm, and changed do_return to only run autowiz if level changes. --Rumble
This commit is contained in:
@@ -1214,7 +1214,7 @@ ACMD(do_detach)
|
||||
}
|
||||
}
|
||||
|
||||
if (arg3 == NULL || *arg3)
|
||||
if (arg3 == NULL || !*arg3)
|
||||
send_to_char(ch, "You must specify a trigger to remove.\r\n");
|
||||
else
|
||||
trigger = arg3;
|
||||
|
||||
Reference in New Issue
Block a user