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:
Rumble 2008-05-10 19:16:35 +00:00
parent 63c6808612
commit a7ffa85498
3 changed files with 6 additions and 3 deletions

View file

@ -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;