summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/map/atcommand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index ccdbab7bf..9bbec8c1d 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -10184,7 +10184,8 @@ int atcommand_invite(
if(battle_config.duel_only_on_same_map && target_sd->bl.m != sd->bl.m)
{
- clif_displaymessage(fd, msg_txt(364));
+ sprintf(atcmd_output, msg_txt(364), message);
+ clif_displaymessage(fd, atcmd_output);
return 0;
}