summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index ecb446dda..8db4597cd 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -10102,7 +10102,7 @@ int atcommand_clone(
master = sd->bl.id;
if (battle_config.atc_slave_clone_limit
&& mob_countslave(&sd->bl) >= battle_config.atc_slave_clone_limit) {
- clif_displaymessage(fd, "");
+ clif_displaymessage(fd, msg_txt(127));
return 0;
}
}