From db896b4ec75d0bd32a699d2b850e0c0bc66d6506 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sat, 20 Sep 2014 22:35:34 -0300 Subject: Fixed bug 8186 (@who3) Issue where certain name patterns could cause the game client to crash, solved by changing the packet. Special Thanks to kyeme! http://hercules.ws/board/tracker/issue-8186-client-crashes-in-disguise-and-who/ Signed-off-by: shennetsind --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index cc6f0b20d..497e46520 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -619,7 +619,7 @@ ACMD(who) { break; } } - clif->message(fd, StrBuf->Value(&buf)); + clif->colormes(fd, COLOR_DEFAULT, StrBuf->Value(&buf));/** for whatever reason clif->message crashes with some patterns, see bugreport:8186 **/ StrBuf->Clear(&buf); count++; } -- cgit v1.2.3-70-g09d2