From 2bc31ad003a8c3283043c62d012a57edde794fba Mon Sep 17 00:00:00 2001
From: AnnieRuru <jeankof@ymail.com>
Date: Tue, 23 Sep 2014 20:34:48 +0800
Subject: Fixed bug 8365

*unittalk script command will send the message twice to the invoking character
hercules.ws/board/tracker/issue-8365-bug-unittalk-twice-message/
---
 src/map/script.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/map/script.c b/src/map/script.c
index f46ee78fe..f776b1b63 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -15658,8 +15658,6 @@ BUILDIN(unittalk) {
 		StrBuf->Init(&sbuf);
 		StrBuf->Printf(&sbuf, "%s : %s", status->get_name(bl), message);
 		clif->disp_overhead(bl, StrBuf->Value(&sbuf));
-		if( bl->type == BL_PC )
-			clif->message(((TBL_PC*)bl)->fd, StrBuf->Value(&sbuf));
 		StrBuf->Destroy(&sbuf);
 	}
 
-- 
cgit v1.2.3-70-g09d2