diff options
Diffstat (limited to 'src/map/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 3e45e7edb..8ac893916 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11078,7 +11078,7 @@ void clif_parse_LocalBroadcast(int fd, struct map_session_data* sd) // as the length varies depending on the command used, just block unreasonably long strings len = mes_len_check(msg, len, CHAT_SIZE_MAX); - sprintf(command, "@localbroadcast %s", msg); + sprintf(command, "@lkami %s", msg); is_atcommand(fd, sd, command, 1); } |