From ec1653bc2561565da6750493ea56495c63824456 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 29 Feb 2016 21:39:28 +0300 Subject: Dont send pet talks to all players, but send it to area only. --- src/emap/send.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/emap/send.c b/src/emap/send.c index 1c4f819..f0d7b66 100644 --- a/src/emap/send.c +++ b/src/emap/send.c @@ -324,7 +324,7 @@ void send_slave_say(TBL_PC *sd, snprintf(buf, len, "%s's %s : %s", sd->status.name, name, message); buf[len - 1] = 0; - clif->GlobalMessage(bl, buf); + clif->disp_overhead(bl, buf); aFree(buf); } -- cgit v1.2.3-70-g09d2