mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-23 18:50:13 +01:00
Fixed typo in do_detach
This commit is contained in:
parent
a7e4693eb6
commit
ad2470ef4a
1 changed files with 1 additions and 1 deletions
|
|
@ -1252,7 +1252,7 @@ ACMD(do_detach)
|
|||
}
|
||||
else if (trigger && !str_cmp(trigger, "all")) {
|
||||
extract_script(victim, MOB_TRIGGER);
|
||||
send_to_char(ch, "All triggers removed from %s.\r\n", IS_NPC(victim) ? GET_SHORT(victim) : GET_NAME(ch));
|
||||
send_to_char(ch, "All triggers removed from %s.\r\n", IS_NPC(victim) ? GET_SHORT(victim) : GET_NAME(victim));
|
||||
}
|
||||
|
||||
else if (trigger && remove_trigger(SCRIPT(victim), trigger)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue