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 007df2928..5d059180e 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -9907,7 +9907,7 @@ void clif_parse_Broadcast(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, "@broadcast %s", msg); + sprintf(command, "@kami %s", msg); is_atcommand(fd, sd, command, 1); } |