|
@@ -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);
|
|
|
}
|
|
|
|