From eb093bdeab2bf06125d7560af3a9ff72b29977c8 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 19 Feb 2012 04:34:56 +0000 Subject: Fixed /b and /nb bugreport:5351 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15612 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') 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); } -- cgit v1.2.3-70-g09d2